yzhang-gh / vscode-markdown

Markdown All in One
https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one
MIT License
2.9k stars 324 forks source link

[linux] Nothing is working (arch) #781

Closed NicTanghe closed 4 years ago

NicTanghe commented 4 years ago

What is the problem?

Nothing works. even after reinstall and reboot

*pasting link on selected text does not work

*When I enter Ctrl+shift+i I get the error there is no formatter for multimarkdown files installed and the "install Formatter" button doesn't point to anywhere existing. i even installed pandoc which did nothing then i installed the pandoc formatter and that did nothing

*ctrl+v returns the error ''markdown.extention.togglePreview' not found but wnt away after installing some formatters; like MarkdownTqble Formatter markdown Formatter and pandoc formatter

How can I reproduce it?

Boot up a vm with instantos. Install your plugin. Try using it

Is there any error message in the console?

There is no formatter for 'multimarkdown' files installed.

yzhang-gh commented 4 years ago

This extension doesn't support multimarkdown. You can use command change language mode to tell VSCode to treat multimarkdown as markdown. Also setting files.associations may be useful.

NicTanghe commented 4 years ago

but then how does it handle math ?

Annyway i later just switch to using hugo learn annyway.