feat: add markdown shortcodes (#215)
This commit is contained in:
committed by
GitHub
parent
388de1e0c4
commit
bb84382f6e
@ -174,13 +174,13 @@ widget: 'markdown',
|
||||
|
||||
## Formatting
|
||||
|
||||
<font style={{ color: 'red', backgroundColor: 'black' }}>Colored Text</font>
|
||||
**Bold**, *Italic*, ***both***
|
||||
|
||||
<p align="center">Centered Text</p>
|
||||
~~Strikethrough~~
|
||||
|
||||
**Bold**, *Italic*, ***both***, <u>Underlined</u>
|
||||
## Shortcodes
|
||||
|
||||
~~Strikethrough~~, <sub>subscript</sub>, <sup>superscript</sup>
|
||||
[youtube|p6h-rYSVX90]
|
||||
|
||||
## Support
|
||||
|
||||
|
Reference in New Issue
Block a user