ComboStrap can render markdown syntaxes and this page lists all supported syntax.
The Atx Heading is supported as Heading.
# Heading 1
## Heading 2
The precode is supported via the Indented code block component
Indented code
block
Indented code
block
The fenced code block is supported via the Code component
```html
<div>Fenced Code Block</div>
```
<div>Fenced Code Block</div>
We support the double asterix syntax for bold emphasis (ie strong)
**double asterisks**
double asterisks
The syntax with two underscore __ is actually not supported because it's the syntax that is used by the wiki language to specify underline.
list are supported but with two spaces at the start of the line.
Input:
* Red
* Green
* Blue
Output
Horizontal Rule are supported by using four or more dashes. See also the horizontal rule component for more styling possibilities.
----
Because the markdown syntax was never fully specified, there is a lot of different flavor. We follow in order the following specification: