Actions
Feature #42605
openEnable commonmark math support using the math_latex extension
Status:
New
Priority:
Normal
Assignee:
Category:
Text formatting
Target version:
Resolution:
Description
The latest versions of the
commonmarker gem (#44352) introduce a new math_latex extension. This extension natively supports standard LaTeX-style delimiters instead of dollar signs:
- Inline math:
\(...\) - Display/block math:
\[...\]
I propose we enable math_latex: true in CommonMark formatter configuration in favour of dollar delimiter.
Files
Actions