asciidoctor / asciidoctor-mathematical

An extension for Asciidoctor that converts the content of STEM blocks and inline macros using Mathematical.
MIT License
50 stars 45 forks source link

How should i escape the symbol name #111

Open eastack opened 2 years ago

eastack commented 2 years ago

Input

stem:[TMin_W]

Expected

image

Output

image

AnnPin commented 2 years ago

According to the documentation of AsciiMath, stem:["TMin"_W] seems to be the proper way to do it.