§ Markdown
Markdown files support 3 flavors and front-matter metadata.
§ Flavors
- Common (CommonMark)
- Extended (Only a handful of extensions)
- Holonomic
§ Front Matter
| name | description | megane tag |
|---|---|---|
|
Page title |
|
|
Page description |
|
|
Page creation date |
|
|
Date the page was last updated the page was last updated |
|
|
Date the page was first published |
|
|
Page order in the nav menu relative to the path and other page's |
Not supported |
|
Page Markdown flavor ( |
Nat supported |
{
"title": "Page Title",
"description": "Page description.",
"created": "2000-01-01",
"updated": "2000-01-01",
"published": "2000-01-01",
"order": 5,
"flavor": "Holonomic"
}