hackmdio / vscode-hackmd

The official HackMD VScode extension!
https://marketplace.visualstudio.com/items?itemName=HackMD.vscode-hackmd
MIT License
132 stars 14 forks source link

How to use the extension ? #6

Closed KapilRakh closed 4 years ago

KapilRakh commented 4 years ago

After installing, does this extension automatically work with VS Code's built-in preview or there is anything special you need to do ? I don't see any changes in preview.

Yukaii commented 4 years ago

Yes, it works with VSCode markdown preview. You could try some of the HackMD markdown syntaxes, for example, container syntax:

:::info
Here's the info block
:::
RoyiAvital commented 4 years ago

It seems the Extensions is configured with KaTeX. How could one use MathJaX instead (Like in the Web Version)?

KaTeX is limited and MathJaX is much better.

Thank You.

Yukaii commented 4 years ago

@RoyiAvital I've open #9 for tracking this. It was not implemented at first because it's harder to bundled MathJax with webpack. We'll investigate this.