Skip to content

v2.0.0

Compare
Choose a tag to compare
@robmcguinness robmcguinness released this 21 Aug 00:53
· 88 commits to master since this release

Fixed

  • b79a4e9 Don't highlight code blocks of unknown language

Breaking

  • b79a4e9 Code blocks no longer default to HTML syntax highlighting. <code> tags must have a class attribute language-xxxx that matches a valid syntax defintion for Prism.js to kick in.