You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To align docsify-latex behavior on pandoc, it would be useful to support regex in docsify inlineMath option.
From pandoc documentation : Anything between two $ characters will be treated as TeX math. The opening $ must have a non-space character immediately to its right, while the closing $ must have a non-space character immediately to its left, and must not be followed immediately by a digit. Thus, $20,000 and $30,000 won’t parse as math.
Having regex support in inlineMath options would allow to have the same logic :
To align docsify-latex behavior on pandoc, it would be useful to support regex in docsify inlineMath option.
From pandoc documentation :
Anything between two $ characters will be treated as TeX math. The opening $ must have a non-space character immediately to its right, while the closing $ must have a non-space character immediately to its left, and must not be followed immediately by a digit. Thus, $20,000 and $30,000 won’t parse as math.
Having regex support in inlineMath options would allow to have the same logic :
The text was updated successfully, but these errors were encountered: