asciidoctor / asciimath

Asciimath parser
MIT License
24 stars 16 forks source link

Matrix requirement on bracketing too strict #71

Closed opoudjis closed 2 years ago

opoudjis commented 2 years ago

((a),(b),(c)) is correctly rendered as a matrix. However ((a, b, c)) should also be recognised as a matrix, per http://asciimath.org, and is not: it is being rendered as literal ((a, b, c)) instead.

I'm doing a PR to address this.