hugo/markup/asciidocext
Nicolas Piganeau 3ba7c92530 markup/asciidoc: Add support for .TableOfContents
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
2020-09-06 11:34:32 +02:00
..
asciidocext_config Fix Asciidoctor args 2020-07-23 15:59:48 +02:00
convert.go markup/asciidoc: Add support for .TableOfContents 2020-09-06 11:34:32 +02:00
convert_test.go markup/asciidoc: Add support for .TableOfContents 2020-09-06 11:34:32 +02:00