Included Markdown Components
ignite
styles all of the default markdown components. Read how to customize.
Tag | Syntax |
---|---|
h1 | # |
h2 | ## |
h3 | ### |
h4 | #### |
h5 | ##### |
h6 | ###### |
p | |
a | <https://mdxjs.com> or [MDX](https://mdxjs.com) |
em | _emphasis_ |
strong | **strong** |
delete | ~~strikethrough~~ |
inlineCode | `inlineCode` |
pre | (Only used when theming) |
code | ```code``` |
blockquote | > |
img |  |
ul | - |
ol | Ordered 1. |
li | List |
hr | --- or *** |
table | |
thead | Table |
tbody | Table |
tr | Table |
td /th | Table |
See Example Rendering
Heading Level 1 (abcde
)
Heading Level 2 (abcde
)
Heading Level 3 (abcde
)
Heading Level 4 (abcde
)
Heading Level 5 (abcde
)
Heading Level 6 (abcde
)
This is a paragraph of text
Emphasized text
Strong text
Strikethrough text
inline code
# A block of code with a really really really really really really really really really really really really really long line of text
# A block of code with a really really really really really really really really really really really really really long line of text
A block quote
- An Example
- Of an unordered
- List
- An Example
- Of an ordered
- List
Title | Descriptions |
---|---|
foo | bar |