Add syntax highlighting to code examples in docs

Uses the Pygments[1] package.

1. http://pygments.org/
This commit is contained in:
Chris Hill-Scott
2016-02-09 10:28:12 +00:00
parent 06d9c1f7d3
commit 7e8046be47
4 changed files with 85 additions and 61 deletions

View File

@@ -57,3 +57,8 @@ a {
}
}
.highlight {
font-family: monospace;
overflow-x: scroll;
}