asciidoctor / asciidoctor-latex

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

Does Not Handle @ In Emails Correctly #87

Open imaspacepirate opened 3 years ago

imaspacepirate commented 3 years ago

When entering an email address in an .adoc and running the command-line program, asciidoctor-latex produces an output that LaTeX interprets as a paragraph break. For example, "name@domain.com" becomes "name\domain.com" in LaTeX and an error regarding a paragraph break and runaway argument is thrown in the LaTeX compiler.

jtoy commented 1 year ago

Im getting the same error