You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `markdown.extension.print.imgToBase64` | `false` | Convert images to base64 when printing to HTML |
218
-
| `markdown.extension.print.includeVscodeStylesheets` | `true` | Whether to include VSCode's default styles|
218
+
| `markdown.extension.print.includeVscodeStylesheets` | `true` | Whether to include VS Code's default styles |
219
219
|`markdown.extension.print.onFileSave`|`false`| Print to HTML on file save |
220
220
|`markdown.extension.print.theme`|`light`| Theme of the exported HTML|
221
221
|`markdown.extension.print.validateUrls`|`true`| Enable/disable URL validation when printing |
@@ -238,11 +238,12 @@ Tip: also support the option `completion.root`
238
238
239
239
#### Q: Error "command 'markdown.extension.onXXXKey' not found"
240
240
241
-
In most cases, it is because VSCode needs a few seconds to load this extension when you open a Markdown file *for the first time*. (You will see a message "Activating Extensions..." on the status bar.)
241
+
- In most cases, it is because VS Code **needs a few seconds to load** this extension when you open a Markdown file *for the first time*. (You will see a message "Activating Extensions..." on the status bar.)
242
+
- If you still see this "command not found" error after waiting for a long time, please try to **restart** VS Code (or **reinstall** this extension<sup>1</sup> if needed).
243
+
- If it doesn't help, feel free to open a newissue on [GitHub](https://github.com/yzhang-gh/vscode-markdown/issues). It would be better if you can go to VS Code's menubar **Help** > **Toggle Developer Tools** and report any suspicious error information to us.
244
+
- (As a last resort, you may choose to delete`onXXXKey` keys through [VS Code's Keyboard Shortcuts editor](https://code.visualstudio.com/docs/getstarted/keybindings) if you do not need the [list editing feature](https://github.com/yzhang-gh/vscode-markdown#list-editing) at all.)
242
245
243
-
If you still see this "command not found" error after waiting for a long time, please try to restart VSCode (or reinstall this extension<sup>1</sup> if needed). Otherwise feel free to open a new issue on GitHub.
244
-
245
-
<sup>1. uninstall this extension, <b>restart VSCode (important!)</b> and then reinstall</sup>
246
+
<sup>1. uninstall this extension, <b>restart VS Code (important!)</b> and then reinstall</sup>
246
247
247
248
#### Q: Which Markdown syntax is supported?
248
249
@@ -251,11 +252,11 @@ If you still see this "command not found" error after waiting for a long time, p
For other Markdown syntax, you need to install the corresponding extensions from VSCode marketplace (e.g. [Mermaid diagram](https://marketplace.visualstudio.com/items?itemName=bierner.markdown-mermaid), [emoji](https://marketplace.visualstudio.com/items?itemName=bierner.markdown-emoji), [footnotes](https://marketplace.visualstudio.com/items?itemName=bierner.markdown-footnotes) and [superscript](https://marketplace.visualstudio.com/items?itemName=DevHawk.markdown-sup)). Once installed, they will take effect in VSCode and also the exported HTML file.
255
+
For other Markdown syntax, you need to install the corresponding extensions from VS Code marketplace (e.g. [Mermaid diagram](https://marketplace.visualstudio.com/items?itemName=bierner.markdown-mermaid), [emoji](https://marketplace.visualstudio.com/items?itemName=bierner.markdown-emoji), [footnotes](https://marketplace.visualstudio.com/items?itemName=bierner.markdown-footnotes) and [superscript](https://marketplace.visualstudio.com/items?itemName=DevHawk.markdown-sup)). Once installed, they will take effect in VS Code and also the exported HTML file.
255
256
256
257
#### Q: This extension has overridden some of my key bindings (e.g. <kbd>Ctrl</kbd> + <kbd>B</kbd>, <kbd>Alt</kbd> + <kbd>C</kbd>)
257
258
258
-
You can easily manage key bindings with [VSCode's "Keyboard Shortcuts" page](https://code.visualstudio.com/docs/getstarted/keybindings). (Commands provided by this extension have prefix `markdown.extension`.)
259
+
You can easily manage key bindings with [VS Code's **Keyboard Shortcuts** editor](https://code.visualstudio.com/docs/getstarted/keybindings). (Commands provided by this extension have prefix `markdown.extension`.)
259
260
260
261
#### Q: The extension is unresponsive, causing lag etc. (performance issues)
0 commit comments