-
Add support for math in notes. There already exists solutions for showing math in webpages ([mathjax.org](https://www.mathjax.org/)). I have also seen math in markdown before, is it something that cou…
-
For the math text, everything needs to be in double $ $ . While markdown will read single $, the formatter that translates from markdown to HTML for the webpage does not
-
`markdown-mode` currently supports three of the four (La)TeX short-hand math environments (described for example here https://en.wikibooks.org/wiki/LaTeX/Mathematics#Mathematics_environments).
Could …
-
I'm in love with mdbook and always write something with math formula in markdown, And I want to make this thing to be published as epub files. However, I found out that the mathjax support for mdbook …
-
When I type the mhchem macro for chemical equations into inline/block equations, Enhancement's math renderer doesn't preview the format properly in the Markdown editor.
In this image, the left col…
-
[phantomjs](https://github.com/ariya/phantomjs) development is [suspended](https://github.com/ariya/phantomjs/issues/15344) and should be replaced.
[Puppeteer](https://pptr.dev/) is probably a good…
-
The LaTeX equations in README.md do not render. They display as the raw markdown like this:
$$ab = \frac{1}{2}(ab + ba) + \frac{1}{2}(ab - ba)$$
GitHub markup doesn't support LaTeX equation rendering…
-
Trying to compile on Fedora 31, I get
...
$ make
Scanning dependencies of target markdown_to_hex
[ 1%] Building C object CMakeFiles/markdown_to_hex.dir/utilities/hexdump.c.o
[ 2%] Linking C…
alcir updated
5 years ago
-
- Sandbox reproduction:
- [Live StackBlitz sandbox](https://stackblitz.com/edit/vitejs-vite-yaqzcl?file=main.js)
- [PDF](https://github.com/mixmark-io/turndown/files/8671699/bug-sheet.pdf)
Th…
-
It would be great to have katex support. It is way faster in rendering math code when dealing with physical texts. I am aware of markdown-preview-enhanced but there are much more things which disturb …