asciidoctor / kramdown-asciidoc

A kramdown extension for converting Markdown documents to AsciiDoc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use writer to track heading level

mojavelinux opened this issue · comments

Given that the writer is a structured writer, it makes sense for it to track the heading level like it does the list depth. Add the APIs necessary to use the writer for this purpose.