-
**Describe the bug**
Raised in a [comment on Math Codidact](https://math.codidact.com/comments/thread/7147#comment-19157):
> I just noticed that the paragraphs numbers don't display in Safari (in …
-
Hello,
I use markdown-it-katex to add math equations for my blog powered by [VuePress](https://github.com/vuejs/vuepress). But when the equation is longer than the size of screen (especially on the…
-
I got no replies at ['markdown-preview-enhanced' repository](markdown-preview-enhanced), so i try again here.
If the this option is checked, the markdown file is parsed using command
```pandoc …
-
How can I add some custom _LaTeX_ delimiters?
I'm trying to use one suite of Markdown files for both my _Gitit_ journal and an associated _Gitlab_ wiki. The problem is Gitlab uses their own custom La…
-
When displaying the TexFormat domain in HyperDoc using 'browse" the main terminal displays:
````
(1) -> )hd
(1) -> (HyperDoc) Keyword not currently supported: verb
While parsing T2
(HyperDoc) K…
-
With Math enabled, if I save the page with `$$` section in ``, the page will be like this:
```
[cc9dd1222bfb599d83029366] /index.php?title=%E6%96%87%E6%9C%AC%E6%A0%B7%E5%BC%8F%E7%A4%BA%E4%BE%8B&acti…
-
When using `kramdown`, `$$K$$ $$E_1$$ $$E_2$$ ... $$E_K$$` is parsed as `K`
This is my code:
```ts
const tm = require('markdown-it-texmath');
export const markdownEngine = require('markdown-it…
-
Bad news @wooorm - micromark/micromark#169, or something like it, is an issue here as well - I haven't yet grokked your edit maps, but either they don't solve the quadratic-complexity parsing problems…
-
_GitHub Flavored Markdown_ is specified in [github.github.com/gfm][1]. While this specification haven't changed much in recent years there appears to be two sources of interoperability issues:
* (…
-
I'm running Vim 8.2 and a fresh installation of vim-markdown with the following config:
```
let g:vim_markdown_math = 1
let g:vim_markdown_toc_autofit = 0
let g:vim_markdown_strikethrough = 1
l…