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

Support dosini code blocks #55

Closed Chesare22 closed 2 years ago

Chesare22 commented 4 years ago

If I have the following md code:

```dosini
# Inside .env
PORT=9000
```

In GitHub it renders without any issue: image

But the VSCode preview show this: image

mjbvz commented 2 years ago

The code highlighting is powered by highlight.js. Please file an issue upstream against them