metonym / svelte-highlight

Syntax Highlighting for Svelte using highlight.js
https://svhe.onrender.com
MIT License
262 stars 14 forks source link

Support line numbers #247

Closed metonym closed 1 year ago

metonym commented 1 year ago

240

It would be nice for this library to support rendering line numbers for a code block. Specifically, we can draw inspiration based on GitHub's UI for displaying code, which is also interactive (i.e., clicking to highlight a line).