docling-project / docling-project/docling
Mathjax tags in html_backend.py
- Dominant language
- Python
- Stars
- 66.4k
- Forks
- 4.8k
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 84
Description
### Question
I'm using html_content with MathJax to display mathematical formulas. However, when converting it to Markdown using the ```HTML_backend```, the ```MathJax``` expressions aren't rendered correctly—some formulas written in LaTeX within ```MathJax``` tags disappear during the conversion.
```
```
In markdown convert use HTML_backend:
```
```
Here is convert I need:

Could you please update the mathjax_tags in the ```HTML_backend``` to ensure that LaTeX formulas within ```MathJax``` tags are preserved during Markdown conversion?
Thank you
Contributor guide
Assessment
This issue has not been assessed yet.