# HG changeset patch # User Ludovic Chabant # Date 1437929253 25200 # Node ID 0f777870fbaf31491d8640982948b08ec3aa5cf0 # Parent 79f03b5c1b8fce36a559e5778eaf5e2a8a2313bf docs: Configure fenced code blocks in Markdown with Pygments highlighting. diff -r 79f03b5c1b8f -r 0f777870fbaf docs/config.yml --- a/docs/config.yml Sun Jul 26 09:46:49 2015 -0700 +++ b/docs/config.yml Sun Jul 26 09:47:33 2015 -0700 @@ -30,12 +30,13 @@ # Ignore stuff that will get concatenated into the main JS file. ignore: js/piecrust -smartypants: - enable: true - # This is 2015, come on Markdown. markdown: - extensions: abbr, fenced_code, footnotes, smart_strong + extensions: abbr, fenced_code, footnotes, smart_strong, codehilite, smarty + extension_configs: + codehilite: + css_class: highlight + guess_lang: false # Need Foundation for CSS/JS. Install with Bower. sass: