All your .md and .mdx files under the contents directory
will be rendered with MDX,
it's an advanced Markdown format with React component support.
Heading
Hello, This Is a Title Inside h1
Hello, This Is a Title Inside h2
Hello, This Is a Title Inside h3
Hello, This Is a Title Inside h4
Hello, This Is a Title Inside h5
Hello, This Is a Title Inside h6
List
Unordered List
Create a list by starting a line with +, -, or *.
Sub-lists are made by indenting 2 spaces:
Marker character change forces new list start:
Ac tristique libero volutpat at.
Facilisis in pretium nisl aliquet.
Nulla volutpat aliquam velit.
Very easy!
Ordered List
Sequential numbering:
Lorem ipsum dolor sit amet:
Lorem ipsum dolor sit amet:
Lorem ipsum dolor sit amet.
Consectetur adipiscing elit.
Integer molestie lorem at massa.
Consectetur adipiscing elit:
Lorem ipsum dolor sit amet.
Integer molestie lorem at massa:
Lorem ipsum dolor sit amet.
Consectetur adipiscing elit.
Consectetur adipiscing elit:
Lorem ipsum dolor sit amet:
Lorem ipsum dolor sit amet.
Consectetur adipiscing elit.
Consectetur adipiscing elit:
Lorem ipsum dolor sit amet.
Consectetur adipiscing elit.
Integer molestie lorem at massa.
Integer molestie lorem at massa:
Lorem ipsum dolor sit amet.
Consectetur adipiscing elit.
Integer molestie lorem at massa.
Same numbering:
You can keep all the numbers as 1.:
Lorem ipsum dolor sit amet:
Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet:
Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet:
Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet:
Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet.
Start numbering with offset:
108 numbering list.
1 numbering list.
1 numbering list.
Task List
1- [x] Write the press release.
2- [ ] Update the website.
3- [ ] Contact the media.
Renders:
Write the press release.
Update the website.
Contact the media.
Horizontal Rule
1___
Renders:
1---
Renders:
1***
Renders:
Emphasis
Bold
1**This is bold text**.
2
3__This is bold text__.
Renders:
This is bold text.
This is bold text.
Italic
1*This is italic text*.
2
3_This is italic text_.
Renders:
This is italic text.
This is italic text.
Strikethrough
1~This is strikethrough text~.
2
3~~This is strikethrough text~~.
Renders:
This is strikethrough text.
This is strikethrough text.
Blockquote
Nested Blockquote
Blockquotes can also be nested...
...by using additional greater-than signs right next to each other...
...or with spaces between arrows.
Continued Blockquote
Blockquotes can also be continued...
...continued...
...continued continued...
Long Blockquote
Blockquotes can be very very very very very very very very long...very very very very very very very very long...very very very very very very very very long...very very very very very very very very long...very very very very very very very very long...very very very very very very very very long...very very very very very very very very long...very very very very very very very very long...very very very very very very very very long...
Table
Basic Table
a
b
c
d
10
200
3600
48000
200
10
48000
3600
3600
48000
10
200
48000
3600
200
10
Option
Description
data
path to data files to supply the data that will be passed into templates.
engine
engine to be used for processing templates. Handlebars is the default.
ext
extension to be used for dest files.
Left Aligned Table
Option
Description
data
path to data files to supply the data that will be passed into templates.
engine
engine to be used for processing templates. Handlebars is the default.
ext
extension to be used for dest files.
Center Aligned Table
Option
Description
data
path to data files to supply the data that will be passed into templates.
engine
engine to be used for processing templates. Handlebars is the default.
ext
extension to be used for dest files.
Right Aligned Table
Option
Description
data
path to data files to supply the data that will be passed into templates.
engine
engine to be used for processing templates. Handlebars is the default.