1
1
mirror of https://github.com/mdx-js/mdx.git synced 2024-10-03 19:07:42 +03:00
mdx/docs/playground.mdx
2023-10-24 15:29:39 +02:00

26 lines
699 B
Plaintext

export const info = {
author: [
{github: 'johno', name: 'John Otander', twitter: '4lpine'},
{github: 'wooorm', name: 'Titus Wormer', twitter: 'wooorm'}
],
modified: new Date('2023-12-24'),
published: new Date('2021-09-13')
}
export const navSortSelf = 5
# Playground
Here you can play with the MDX format.
Write some MDX to find out what it turns into. {/* more */}
You can see the rendered result, the generated code, and the intermediary
ASTs.
This can be helpful for debugging or exploring.
To read about how the MDX format works, we recommend that you start with
[§ What is MDX][what].
<div className="full-bleed">
<div id="js-editor" />
</div>
[what]: /docs/what-is-mdx/