Use prism for code syntax highlighting

This commit is contained in:
Oliver Davies 2017-03-16 08:09:52 +00:00
parent 356c9dca43
commit adf3c67355
54 changed files with 471 additions and 324 deletions

View file

@ -1,9 +1,12 @@
pre
display: block
overflow: auto
word-break: normal
word-wrap: no-wrap
pre code
white-space: pre
word-break: normal
code.hljs
background-color: inherit