Skip to content
🎉MDX Conf — August 24th, 2020
MDX logo
v1.6.21

Table of components

MDXProvider uses React Context to provide the component mapping internally to MDX when it renders. The following components are rendered from Markdown, so these can be keys in the component object you pass to MDXProvider.

TagNameSyntax
pParagraph
h1Heading 1#
h2Heading 2##
h3Heading 3###
h4Heading 4####
h5Heading 5#####
h6Heading 6######
thematicBreakThematic break***
blockquoteBlockquote>
ulList-
olOrdered list1.
liList item
tableTable
theadTable head
tbodyTable body
trTable row
td/thTable cell
prePre
codeCode```code```
emEmphasis_emphasis_
strongStrong**strong**
delDelete~~strikethrough~~
inlineCodeInlineCode`inlineCode`
hrBreak---
aLink<https://mdxjs.com> or [MDX](https://mdxjs.com)
imgImage![alt](https://mdx-logo.now.sh)
Edit this page on GitHub
Previous:
Zero
Next:
Playground alpha