mjbvz / vscode-github-markdown-preview-style

VS Code extension that changes the built-in markdown preview to match Github's styling
https://marketplace.visualstudio.com/items?itemName=bierner.markdown-preview-github-styles
MIT License
301 stars 57 forks source link

Handling double square brackets in code block #128

Closed eoehm closed 6 months ago

eoehm commented 7 months ago

The following markdown:

This is in double square brackets: [[hello world]]

shows properly in GitHub Preview but in VS Code preview, it shows the bracketed part as "undefined":

This is in double square brackets: undefined

jjspace commented 7 months ago

2024-01-16_12-19

I can't reproduce this. I'd suggest you check what other extensions you have installed and see if one of them is trying to replace double bracket style links.

eoehm commented 6 months ago

Bingo... you were correct. I narrowed it down to my GistPad extension. Thanks for your help, closing ticket!