-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Description
Firstly, thank you so much for this awesome plugin. It is what powers my large parts of my new non-profit.
This feature request for making this plugin compatible with pandoc (the best/most-widely known open-source document converter).
A large portion of our project is to convert latex documents into markdown so that they can be used on our website (eg see bit.ly/sphz-art ). To do this, we use pandoc to convert latex to markdown and use the markdown-it-texmath for rendering.
However, there are a couple of major issues when rendering pandoc output:
- Inline block latex - pandoc considers it okay to have block quotes inline (doesn't need to be in a new paragraph) and renders them correctly if requested
- Tex overflowing over multiple lines
For example both these issues show up in the following text generated by pandoc:
The upper bound is $${\ell({x^n})} \leq |n| \, {\ell({x})}$$ for all $n \in
{\mathbb{Z}}$.
I would be really glad if you could provide support for this.
Metadata
Metadata
Assignees
Labels
No labels