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
303 stars 57 forks source link

marky-markdown for preview? #9

Closed borekb closed 6 years ago

borekb commented 6 years ago

Would it be possible to use marky-markdown for preview to achieve closer GitHub parity? The style is very nice but I'm seeing quite a few rendering differences, for example, things that look like URLs are linkified in headings which GitHub doesn't do.

mjbvz commented 6 years ago

This would be a better fit for a separate markdown preview extension that provides its own markdown->html engine. This extension just extends VS Code's builtin markdown preview which targets CommonMark