mmcloughlin / mathfmt

Document mathematical Go code beautifully
BSD 3-Clause "New" or "Revised" License
198 stars 4 forks source link

fix subscripts with greek letters #15

Closed mmcloughlin closed 4 years ago

mmcloughlin commented 4 years ago

Currently the regular expression for subscripts excludes greek letters, leading to the bug described in #14. This PR extends the regular expression.