asciidoctor / asciimath

Asciimath parser
MIT License
24 stars 16 forks source link

Expressions containing `|` are not parsed correctly #64

Closed pepijnve closed 2 years ago

pepijnve commented 2 years ago

Expression like R(alpha_(K+1)|x) are not parsed correctly. | is treated is a both a left and right paren that can be closed by any other right or left paren. This is not correct, | should only close and be closed by a matching |.

pepijnve commented 2 years ago

Seems like this was already fixed.