Project

General

Profile

Actions

Feature #42605

open

Enable commonmark math support using the math_latex extension

Added by Marius BĂLTEANU over 1 year ago. Updated 17 days ago.

Status:
New
Priority:
Normal
Category:
Text formatting
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

Also available in: Atom PDF