# markdown-to-html

## Markdown syntax

* [Tables](features/tables.md)

## Non standard markdown

* [Custom heading id](features/custom-heading-id.md)
* [YAML metadata](features/yaml-metadata.md)

## Non markdown features

* [Table of content](features/toc.md)
* [HTML view](html-view/) (layout injection)
* [HTML page](html-page/) (static server).

## Features from default layout

* [Code formatting with highlight JS](features/highlightjs.md)
* [Graphs with mermaid](features/mermaid.md)
* [Math formula with mathjax](features/mathjax.md)

## References

* [www.markdownguide.org - Basic Syntax](https://www.markdownguide.org/basic-syntax/)
* [www.markdownguide.org - Extended Syntax](https://www.markdownguide.org/extended-syntax/)
