Markdown and HTML Features
These features are part of π standard MDX syntax as used by Docusaurus by default.
Standard featuresβ
All standard features you would expect from Markdown
are available π here as well.

Code blocksβ
A simple code block:
def greet():
print("Hello, world!")
A code block with line numbers and a highlighted section:
<html>
<body>
<h1>My first website</h1>
<div>
<span>This is my first website!</span>
</div>
</body>
</html>
Blockquotesβ
Thou dost snore distinctly.
β Shakespeare, William. The Tempest. 2.1.244-245.
Thereβs meaning in thy snores.
Footnotesβ
Footnotes1 are a great2 way to move additional information to the bottom of the page.3
Tablesβ
First name | Middle name | Last Name |
---|---|---|
Jon | DeLorean | Doe |
Jane | Charlie | Jefferson |
Billy | Beanbag | Bumblebee IV. |
Detailsβ
Toggle to see more...
Details can even be nested...
Footnotesβ
-
"Footnotes are notes at the foot of the page [...]". (π Wikipedia) β©
-
great (adj.): 1. notably large in size. 3. remarkable in magnitude, degree, or effectiveness. (π Merriam-Webster) β©
-
An especially useful feature of the way MDX handles footnotes is that you don't need to ensure a continuous enumeration. Additionally, you can define your footnotes right where you reference them, and they will still be placed at the end of the page. β©