Feature #42605
Updated by Marius BĂLTEANU 18 days ago
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.