asciidoctor / asciidoctor-latex

:triangular_ruler: Add LaTeX features to AsciiDoc & convert AsciiDoc to LaTeX
http://asciidoctor.org
Other
111 stars 26 forks source link

A # character raises a latex error #52

Open mattpalermo opened 7 years ago

mattpalermo commented 7 years ago

A # character included in latex output produces a latex error. The # character is not special in asciidoc but is special in latex. However the # character is passed to the output verbatim.

An asciidoc file with only a # character produces the following latex output

%% Begin Document %%

\begin{document}
\maketitle
#

\end{document}