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 |
![](http://url/a.png) | Use ![](http://url/a.png|WIDTHxHEIGHT) for sizing |
`Inline code` example | Inline code example |
:) :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 | ||||||
::warning(Warning Title) This is a warning message. :: Also available: info, success, danger | Warning Title This is a warning message. | ||||||
* 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 | |||||||
Loom link: https://www.loom.com/share/67151a847b6048e7b4df9d8722eb6464 | |||||||
Soundcloud link: https://soundcloud.com/summrs/marble-floors | |||||||
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: Nov 23, 2024