The following markup constructs are recognized by BGG forums (those that ended up being handled are checked):
Can some of them can be reasonably implemented? Ideally, any existing Markdown convention should be favored (for example that of GitHub Flavored Markup).
The following markup constructs are recognized by BGG forums (those that ended up being handled are checked):
[u]underline[/u]: does not exist in GitHub Flavored Markdown, and is usually avoided so as to not confuse it with links ⇒ will not implement now.[-]strikethrough[/-](exists in GitHub Flavored Markdown)[c]monospace/code[/c](should be standard backpacks).[o]spoiler[/o][color=blue]Blue text[/color](maybe convert some standard HTML?)Can some of them can be reasonably implemented? Ideally, any existing Markdown convention should be favored (for example that of GitHub Flavored Markup).