It's reported at https://github.com/asciidoctor/asciidoctor-pdf/issues/45 that inline latexmath such as latexmath:[a < b] does not work (the block macros work well). It's actually caused by unescaped '<>&' chars feed to mathematical. This commit fixes it by escaping these chars.
It's reported at https://github.com/asciidoctor/asciidoctor-pdf/issues/45 that inline latexmath such as
latexmath:[a < b]
does not work (the block macros work well). It's actually caused by unescaped '<>&' chars feed to mathematical. This commit fixes it by escaping these chars.