vscode-hackmd
vscode-hackmd copied to clipboard
The official HackMD VScode extension!
Don't know is it a issue;
It will be grate if the extentioan adds a new option or new command to enable LDAP login
It'd be great if I could use this extension with the self-hosted HedgeDoc instance used at my workplace. Is there any way to configure the extension to be able to...
I am using hackmd-vscode plugin v1.1.2 with vscode 1.49.1 on MacOS 10.15.6 After I install hackmd plugin and try to login, I get "Wrong email or password, please enter again"...
For example I have a markdown file: ```md 1. First point 2. Second point 3. Third point 4. Fourth point $$ y=ax+b $$ 5. Fifth point ``` > What I...
Since VSCode v1.48 it is possible to use existing accounts to authenticate your extension. Microsoft & GitHub account providers are generally available for all users. See more details: https://code.visualstudio.com/updates/v1_48#_using-authentication-providers Since...
The support for [MathJax Configuration](http://docs.mathjax.org/en/latest/options/index.html) will allow to use additional Latex packages and define custom macroses. ```js window.MathJax = { loader: { load: ['[tex]/tagformat'] }, startup: { pageReady: () =>...
I wanted to use Hackmd with vscode and i can't login, it doesn't show any reaction when clicking on "login" HackMD at all. if i click on refresh it just...
The following markdown is rendered without "-" list item marker. ```markdown List: - a list item with $equation$. ``` Actual result: Expected result: --- HackMD VSCode extension version: 1.1.2 VSCode...
That would be neat to have columns in hackmd the way it done in [docs-markdown](https://docs.microsoft.com/en-us/contribute/markdown-reference#columns).