Line numbers in syntax highlighting

Is it possible to indicate a starting line number, e.g.

{% highlight ruby linenos start=25 %}
This is line 25
This is line 26
This is line 27
{% endhighlight %}

Not yet. But there’s an open proposal you can keep tabs on:

1 Like