index
:
asciidoctor
2.0.20-charlotte
main
MSM's fork of Asciidoctor
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
modules
/
syntax-highlighting
/
examples
/
always-number-lines.rb
blob: cec06aeb8bdf25dd6696d9250711a15b656fb24d (
plain
) (
blame
)
1
2
3
4
def highlight node, source, lang, opts opts[:number_lines] = true super end