Markdown
Markdown tooling is coming soon. The features described below are under active development.
Elide includes a built-in Markdown renderer that converts Markdown source files to HTML. Markdown processing is part of the static site build pipeline.
Features
- CommonMark — standard Markdown rendering
- GFM — GitHub Flavored Markdown extensions (tables, task lists, strikethrough)
- Frontmatter — YAML frontmatter parsing for page metadata (title, styles, scripts)
- Link rewriting — automatic
.md→.htmllink conversion
Read more about GitHub Flavored Markdown.