Skip to content

Commit

Permalink
Updated Highlight.js demo site URL
Browse files Browse the repository at this point in the history
Fixes #66
  • Loading branch information
elsatch authored Sep 6, 2024
1 parent 1e274e7 commit f0422ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/code.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ HTML will be escaped by default. To avoid this, add `data-noescape` to the `<cod

## Theming

Make sure that a syntax highlight theme is included in your document. We include Monokai by default, which is distributed with the reveal.js repo at [plugin/highlight/monokai.css](https://github.com/hakimel/reveal.js/tree/master/plugin/highlight/monokai.css). A full list of available themes can be found at <https://highlightjs.org/static/demo/>.
Make sure that a syntax highlight theme is included in your document. We include Monokai by default, which is distributed with the reveal.js repo at [plugin/highlight/monokai.css](https://github.com/hakimel/reveal.js/tree/master/plugin/highlight/monokai.css). A full list of available themes can be found at <https://highlightjs.org/demo/>.

```html
<link rel="stylesheet" href="plugin/highlight/monokai.css" />
Expand Down

0 comments on commit f0422ae

Please sign in to comment.