instant-markdown / vim-instant-markdown

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

Fail to see math symbol in preview #170

Closed yushangakki closed 2 years ago

yushangakki commented 5 years ago

Problem summary: fail to see math symbol in preview

Expected: To see math symbols, like I type $\dfrac{1}{2}$

Environment Information

Provide the debug output (required)

Run cat my_markdown_file.md | instant-markdown-d --mathjax --debug and paste the console output here:

(node:98365) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
connection established!

Steps to reproduce the issue (required)

Start with command you used to install instant-markdown-d

1.sudo npm -g install instant-markdown-d 2.instant-markdown-d --mathjax 3.

Screen shot (if possible)

ashwinvis commented 5 years ago

Can you generate a log file:

let g:instant_markdown_logfile = '/tmp/instant_markdown.log'
ashwinvis commented 2 years ago

It muse be because the old version of instant-markdown-d was used.