Markdown pages are pages that are written based on the Markdown syntax
File Types
We support the following 2 Markdown files type:
Common
Common Syntax
They all share the common Markdown syntax
Note that you can add support for more with unified plugins. By default, we apply the Remark Gfm to add the GitHub Syntax
Content components
You can create your own components to be used in Markdown content.
We call them content component.
They are recognized by the 2 Markdown files
Remark and Rehype Plugins
You can change how Markdown is parsed with remark and rehype plugins.
They will be applied to all Markdown files.