#872·bentopdf

(Feature) LaTeX support in Markdown to PDF converter

Author: blamster19Created Sep 14, 2026Updated Sep 15, 2026
Labelsenhancement

Feature Description

Oftentimes Markdown documents contain LaTeX inline math and math blocks enclosed in either dollar signs $…$, $$…$$ or escaped brackets \[…\], \\[…\\]. This is a feature of many Markdown flavors such as GFM, GitLab, Obsidian etc.

Use Case

Support of math is very common in Markdown parsers and viewers but Bento treats math as plain text. Parsing math into LaTeX would be an expected behavior.

Examples

Here is a GitHub documentation on math in Markdown: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/writing-mathematical-expressions

Additional Context

No response