mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
3ba7c92530
Fill the .TableOfContents template variable when writing Asciidoc content. This is done by letting Asciidoc render its TOC as HTML, then extract this HTML rendered TOC, parse it into a tableofcontents.Root and finally remove it from the HTML content. This aims to stay in the logic that the Asciidoc parsing is entirely done by the external helper. See #1687 |
||
---|---|---|
.. | ||
asciidocext | ||
blackfriday | ||
converter | ||
goldmark | ||
highlight | ||
internal | ||
markup_config | ||
mmark | ||
org | ||
pandoc | ||
rst | ||
tableofcontents | ||
markup.go | ||
markup_test.go |