asciidocfx / AsciidocFX

Asciidoc Editor and Toolchain written with JavaFX 21 (Build PDF, Epub, Mobi and HTML books, documents and slides)
http://www.asciidocfx.com/
Apache License 2.0
1.91k stars 298 forks source link

Asciimath stopped working in 1.7.0, it works in 1.6.9 #426

Closed josemariasola closed 5 years ago

josemariasola commented 5 years ago

Just try

[asciimath]

a+1

The HTML output is \$1a+1\$2, and the PDF generation cancels.

I had to downgrade to 1.6.9.

I've seen a couple of changes related to asciimath in commit

https://github.com/asciidocfx/AsciidocFX/commit/c33afc626f98c805d0cb205ec32b40e631418a36#diff-f2c6a08f7228ecaf1bd623ea24229fde

Check:

AsciidocFX is a great product, thanks for your work!

rahmanusta commented 5 years ago

@josemariasola , Hi thanks for reporting :) I'll look it probably next week

cch123 commented 5 years ago

code highlighting also stops working in 1.7.0

rahmanusta commented 5 years ago

Hey, try https://github.com/asciidocfx/AsciidocFX/releases/tag/v1.7.1

josemariasola commented 5 years ago

Hey @rahmanusta I tried it and asciimath worked like a charm. Thanks!