Our portal allows the use of extended Markdown in several places.
Markdown is a simple way to format text that looks great on any device. It doesnโt do anything fancy like changing the font size, color, or type โ just the essentials.
Formatting that is applied inside a text. E.g. bold text.
Type | ... to Get |
---|---|
*Italic* | Italic |
**Bold** | Bold |
[Link](http://a.com) | Link |
http://a.com | http://a.com |
 | ![]() |
`Inline code` with backticks | Inline code with backticks |
:) :D ;) :P :( :O :| | ๐ ๐ ๐ ๐ ๐ ๐ฎ ๐ |
Blocks that need an empty line above and below in order to work.
Type | ... to Get | ||||||
---|---|---|---|---|---|---|---|
# Heading 1 | Heading 1 | ||||||
## Heading 2 | Heading 2 | ||||||
http://url/a.png | ![]() | ||||||
> Blockquote | Blockquote | ||||||
* List * List * List |
| ||||||
Horizontal rule: --- | |||||||
``` # code block print '3 backticks or' print 'indent 4 spaces' ``` |
| ||||||
Youtube link: https://www.youtube.com/watch?v=kJQP7kiw5Fk | |||||||
Vimeo link: https://vimeo.com/741893324 | |||||||
Any video embed service: [video]https://www.videourl.com/video123[/video] | |||||||
| Header | Header | |--------|--------| | Cell | Cell | | Cell | Cell | Formatting tables can be tricky. We recommend this tool. |
| ||||||
Last updated: Dec 21, 2022