issues Search Results · repo:runarberg/markdown-it-math language:JavaScript
Filter by
17 results
(59 ms)17 results
inrunarberg/markdown-it-math (press backspace or delete to remove)So, my math was rendered badly due to old katex version which I fixed by installing katex into my own project using this
and then I copied the newly installed version into markdown-it-math/node_modules ...
adamAfro
- Opened on Dec 13, 2021
- #26
Hey there,
while $ is definitely the more LaTeX way of delimiting math, I find the ```math way much more markdowny. Is there any
way to make it work with markdown-it-math? I already tried the following ...
Lesik
- 1
- Opened on Dec 10, 2018
- #23
I m working on a Markdown editor, and I want to render MD with markdown-it. KaTeX supports sync call and return the
rendered math, but MathJax can t. It can only accept a callback and call me when rendered. ...
Menci
- Opened on Jul 7, 2016
- #20
xxxx$$-2x 4$$
i test on dillinger which use markdown-it-math to parse latex
the result image
but i add a space before $$, it work
xxxx $$-2x 4$$
image
xiaokaike
- 3
- Opened on Apr 13, 2016
- #19
Thanks for this great plug-in!
I noticed that the block math have to be on separate lines. Typographically LaTeX display math are inline-blocks and
they can be typed inline. So the following syntax should ...
geyang
- Opened on Mar 31, 2016
- #17
Hello, Been trying to regenerate this module after making really minor changes to apply to my own use case, but the
scripts fail every time. I thought after the minor change, I would just npm install again ...
Njanderson
- 1
- Opened on Feb 21, 2016
- #15
$$a$$b$$c$$
$$\mathbf{a}$$b$$c$$
The first code works fine. markdown-it-math tokenize a and c only. But, the second code doesn t work. It try to parse
\mathbf{a}$$b.
What makes this difference? And, ...
Rokt33r
- 1
- Opened on Jan 20, 2016
- #14
Hey, once me again.
We have the problem that a dependency in ascii2mathml breaks our installation (namely fsevents in chokidar in the babel
package). See here: https://github.com/Galadirith/markdown-preview-plus/issues/118 ...
leipert
- 3
- Opened on Sep 18, 2015
- #13
Currently we ignore everything between opening block delimiters and the next newline. The reason being that future
versions could use that space for arguments, as is the case with code fences. However, ...
runarberg
- 1
- Opened on Sep 3, 2015
- #11

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.