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

How to display line numbers in code blocks #60

Closed summerlotus513 closed 3 years ago

summerlotus513 commented 3 years ago

How to display line numbers in code blocks? In some plug-ins, you can use {. Line number} to display the line number in the preview? What should I do in this plug-in?

mjbvz commented 3 years ago

To my knowledge GitHub does not show line numbers, so this is out of scope for this extension