Recently, I could not bear the slowness of Atom and the crash when I start up, so I using vscode.
I did not find the extension about markdown that I like. I want to build it that I satisfied. However, I am not good at javascript and do not know much about the advanced skills or modules. Finally, I decided to combine the existing extension to customize a extension of my own.
- Export to html or pdf.
- Katex Support
- copy as html.
- preview with Katex.
- Open the Markdown file
- Press F1 or Ctrl+Shift+P
- Type pdf and select Convert Markdown To Other
- Open the Markdown file
- Right click and select Convert Markdown To Other
Fork and change markdown-pdf choose the format of output, not use setting. change style, delete jpeg and png.
Fork and change mdmath provide katex support
Improve refresh when update document.
Add markdown-it-named-headers
use ts, fix bug