#VSCode Markdownlint 配置备份。
"markdownlint.config": {
"default": true,
"MD001": false,
"MD028": false,
"MD033": false,
"MD034": false,
"MD045": false,
"no-hard-tabs": false
},
vscode
I found a #FOSDEM presentation: Ethersync – Real-time Collaboration in Your Text Editor!
This seems to be a really cool project! I'm considering downloading and trying it.
Fix Missing Page Numbers in Markdown PDF for VSCodium
Apply this simple solution to restoring page number and total pages in exported PDFs when using the extension Markdown PDF for VSCodium/VSCode.
https://www.adamsdesk.com/posts/fix-page-number-markdown-pdf/