instant-markdown / vim-instant-markdown

Instant Markdown previews from Vim
https://instant-markdown.github.io
Other
2.72k stars 249 forks source link

Undefined control sequence \ket #214

Open draftman9 opened 4 months ago

draftman9 commented 4 months ago

Problem summary

Undefined control sequence \ket

Expected

Render the \ket correctly.

Environment Information

Steps to reproduce the issue (required)

md file:

$$
\ket{k}
$$ 
  1. open the md file
  2. open the vim-instant-markdown
  3. then display

image

correct rendering is blow:

image

ashwinvis commented 4 months ago

I think this would require https://github.com/instant-markdown/instant-markdown-d/issues/84

draftman9 commented 4 months ago

I think this would require instant-markdown/instant-markdown-d#84

I do not understand the contents from your given issue web. I would directly ask: Can I solve the rendering problem by installing a new mathjax? Or there is no any methods to solve this problem?

ashwinvis commented 4 months ago

You can try out

https://github.com/instant-markdown/instant-markdown-d/pull/104