toc::[]
macro causes a warning and is converted to "true"
#332
Labels
Milestone
toc::[]
macro causes a warning and is converted to "true"
#332
Sometime ago i realized
toc::[]
causes "asciidoctor: WARNING: conversion missing in backend epub3 for toc" and text "true" is included in its position. I always useifdef::[]
to skip thetoc::[]
when the backend is EPUB, so there's no problem adding the TOC only to the proper target formats.But the Asciidoctor warning that the TOC conversion is missing and the wrong output ("true") make
me think maybe there's a bug somewhere. Ignoring the
toc::[]
macro would seem more logical after the warning. Or just throwing an error instead of a warning.test_01_toc_displays_true.adoc.zip
The text was updated successfully, but these errors were encountered: