Closed yushangakki closed 2 years ago
Run cat my_markdown_file.md | instant-markdown-d --mathjax --debug and paste the console output here:
cat my_markdown_file.md | instant-markdown-d --mathjax --debug
(node:98365) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated connection established!
Start with command you used to install instant-markdown-d
instant-markdown-d
1.sudo npm -g install instant-markdown-d 2.instant-markdown-d --mathjax 3.
Can you generate a log file:
let g:instant_markdown_logfile = '/tmp/instant_markdown.log'
It muse be because the old version of instant-markdown-d was used.
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: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)