| Copyright | © 2017–present Mark Karpov |
|---|---|
| License | BSD 3 clause |
| Maintainer | Mark Karpov <markkarpov92@gmail.com> |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Text.MMark.Extension.TableOfContents
Description
Place this markup in markdown document where you want table of contents to be inserted:
```toc ```
You may use something different than "toc" as the info string of the
code block.