diff options
author | Hakim El Hattab | 2019-03-12 11:26:10 +0100 |
---|---|---|
committer | Hakim El Hattab | 2019-03-12 11:26:10 +0100 |
commit | fbbae1dc55134d014a5a0df2e800d711e087b48f (patch) | |
tree | b2d31255145d1c2ae9fa5e713e32d71ffda0e1f9 /README.md | |
parent | 7b66abd49cd03232bf7fd41ae53d87ec86f75b0a (diff) |
switch to monokai as default syntax highlight theme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -897,7 +897,7 @@ Reveal.addEventListener( 'fragmenthidden', function( event ) { ### Code syntax highlighting -By default, Reveal is configured with [highlight.js](https://highlightjs.org/) for code syntax highlighting. To enable syntax highlighting, you'll have to load the highlight plugin ([plugin/highlight/highlight.js](plugin/highlight/highlight.js)) and a highlight.js CSS theme (Reveal comes packaged with the zenburn theme: [lib/css/zenburn.css](lib/css/zenburn.css)). +By default, Reveal is configured with [highlight.js](https://highlightjs.org/) for code syntax highlighting. To enable syntax highlighting, you'll have to load the highlight plugin ([plugin/highlight/highlight.js](plugin/highlight/highlight.js)) and a highlight.js CSS theme (Reveal comes packaged with the Monokai themes: [lib/css/monokai.css](lib/css/monokai.css)). ```javascript Reveal.initialize({ |