pandoc / lua-filters

A collection of lua filters for pandoc
MIT License
602 stars 165 forks source link

revealjs_codeblock: Enable Line Number Offset (startFrom) #221

Closed sokotim closed 1 year ago

sokotim commented 2 years ago

Since version 4.2.0 reveal.js supports line number offset for presenting code. This pull request makes it available for the revealjs_codeblock.lua filter via Pandoc's startFrom fenced code block attribute.

This was requested here: #201

tarleb commented 1 year ago

Hello @sokotim, I'm sorry for not reacting sooner. Sometimes there are too many things that I'm trying to do, and I loose track. I'd like to ask if you closed the PR because because of the sluggish response (again, apologies), or do you think it is no longer needed?

If it's the former reason, can I convince you to move the filter to a separate repository and to add a link to the README? It's become evident that the large number of filters in here has become been too difficult to maintain, and but it would be a shame if your work was lost because of that.