I implemented line numbering support as discussed in #6 using kirby options.
I added 2 options :
kirby-extended.highlighter.line-numbering
kirby-extended.highlighter.line-numbering-class
I don't know if it is really useful to implement the options because it does not change the style unless you add custom CSS style to display lines ...
Because highlight.php/highlight.js don't support it by default I think using kirby options is a safe choice.
I implemented line numbering support as discussed in #6 using kirby options. I added 2 options :
I don't know if it is really useful to implement the options because it does not change the style unless you add custom CSS style to display lines ... Because highlight.php/highlight.js don't support it by default I think using kirby options is a safe choice.