Skip to content

Included Markdown Components

ignite styles all of the default markdown components. Read how to customize.

TagSyntax
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![alt](https://mdx-logo.now.sh)
ul-
olOrdered 1.
liList
hr--- or ***
table
theadTable
tbodyTable
trTable
td/thTable

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

a link

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

Image Alt Text

  • An Example
  • Of an unordered
  • List
  1. An Example
  2. Of an ordered
  3. List

TitleDescriptions
foobar