I wanted to set the table of contents at some specific point using the `:toc: macro`(http://asciidoctor.org/docs/user-manual/#manual-placement) option. But when including the `toc::[]` macro, rendering fails with the message: ``` Error while parsing the AsciiDoc source - TypeError: Cannot read property '_scope' of undefined ```
I wanted to set the table of contents at some specific point using the
:toc: macro(http://asciidoctor.org/docs/user-manual/#manual-placement) option.But when including the
toc::[]macro, rendering fails with the message: