Disable line numbers in code blocks jekyll rouge highliter
Disable line numbers in code blocks jekyll rouge highliter
How to get rid of line numbers in code blocks?
Edit _config.yml
so that at reads like this:
kramdown:
syntax_highlighter: rouge
block:
line_numbers: false
This post is licensed under CC BY 4.0 by the author.