Gary Glass
Gary Glass
If a header has an ID, it would be nice to have that ID applied to a section tag in the rendered HTML in the preview. For example: **markdown** ```markdown...
Since markdown can include html blocks, this would be great. Especially since in markdown your HTML is typically flattened.
I use this extension every day with markdown files. When I create a link to a txt file that has a space in the path, like this ```some path/foobar.txt```, I...
Love this extension and use it a lot in markdown files. But one thing I don't like is that if there is a special character in part of the path...
On Android I replaced the default italic button with the Tweaks version but the button icon is just a question mark.
Type: Bug I have been having significant performance problems in the editor. I ran bisect and it identified this extension as the problematic one. Extension version: 0.0.226 VS Code version:...
Word-counting is slow and on large files it causes the editor to lag. Two suggestions: 1. Maybe using async/await would help. 2. Add a configuration that let's the user choose...
This regex gives a much better word count in markdown: ``` \b(\w+(?![^]*>))\b ``` because it ignore html tags (which don't count as words in the output).
Color me stupid, but I can't figure out why this is failing. Here's the cli output: ``` PS C:\Users\gary\OneDrive\programming\vscode\interlinks\Interlinks> npm --save install markdown-it-wikilinks npm error code 1 npm error git...