What is Markdown?
Markdown (.md) and MDX (.mdx) are two popular formats for authoring content. TinaCMS works great with both formats, and provides a simple WYSIWYG editor (so your editors won't have to manually write any markup).
What is markdown?
A basic .md might look like this:
The fields registered in between the --- delimiters, are called your frontmatter. Anything below is your markdown body.
What is MDX?
MDX is similar to Markdown, however it adds the ability to write JSX (react) components in your markdown body.