Using Markdown on Ask.CI. Hints and Tips.
As a Discoures site Ask.CI supports MarkDown BBcode and HTML syntaxes.
Editing boxes offer some handy buttons if you are looking to format your post (with markdown) and don’t recall.
Including lists:
- emphasis (Italics),
- strong emphasis (bold)
and
blockquotes
adflk
additionally
quoting with single back tic's
will code highlight and can be used inline.
Code blocks can also be used with triple backticks
“```”
or syntax labeled for coloring “```python”
import examples
class colors
Note that longer codeblocks are collapsible in a reader view as well which make for easier reading of the rest of the text