vscode-markdown-extended
vscode-markdown-extended copied to clipboard
Extended syntaxes to built-in markdown & What you see is what you get exporter.
Hi, I've noticed that the `Right click menu` > `Export to File` > `PDF` does not work: the message `Markdown Export: Initializing...` never goes away and no PDF file is...
>- Version: 1.71.0-insider >- Commit: dd0ed9381aa5d0d43159463ccad1f7e060021580 >- Date: 2022-08-17T05:20:48.980Z (6 days ago) >- Electron: 19.0.12 >- Chromium: 102.0.5005.167 >- Node.js: 16.14.2 >- V8: 10.2.154.15-electron.0 >- OS: Darwin x64 21.4.0 >-...
This pull request fixes both issues from #138. 1. The indentation of the first line of the table is preserved and applied to all the subsequent lines in the table....
I have run across two issues when formatting tables. 1. If the table is part of a list and is indented, the indentation is lost when formatting the table. 2....
Can't really say when this started, but links in self-contained HTML export don't work anymore. They exist, but clicking them doesn't do anything. I think the reason is, that the...
The puppeteer node module includes a full Chromium. Maybe that should be a dev dependency?
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
I have Trouble to sync my Windows (roaming) User Profile while the Extension is installed: File Copy error: From: `\\?\C:\Users\xxxxxxxxxx\.vscode\extensions\jebbs.markdown-extended-1.1.0\node_modules\puppeteer\.local-chromium\mac-686378\chrome-mac\Chromium.app\Contents\Frameworks\Chromium Framework.framework\Versions\78.0.3882.0\Helpers\Chromium Helper (Renderer).app\Contents\MacOS` = 270 Chars To: `\\?\UNC\xxx.xxxxxxxxx.de$NOCSC$\xxxxx\Profile\xxxxxxxxxx.V6\.vscode\extensions\jebbs.markdown-extended-1.1.0\node_modules\puppeteer\.local-chromium\mac-686378\chrome-mac\Chromium.app\Contents\Frameworks\Chromium Framework.framework\Versions\78.0.3882.0\Helpers\Chromium Helper...
This plugin supports markdown-it-container and markdown-it-attrs, but adding attributes to the div container is not supported. Here is an example: ``` ::: { .admonition .note } This is a note...
Admonition with style (`{style=...}` or ``) cannot be displayed correctly. This error occurs only in the latest release (1.1.1). Screenshot from version 1.1.1:  Screenshot from version 1.1.0: 