Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Haberthür <email@davidhaberthuer.ch>2018-02-19 18:40:46 +0300
committerGitHub <noreply@github.com>2018-02-19 18:40:46 +0300
commit1f725e7990bef5de4b0d8d29d800d46349e4b6de (patch)
tree7321916efba14235e652b43a965fa9e18fe562a9 /README.md
parent5c7dd467c526938ea7b2458a6180d0eae8b1ff3c (diff)
Added code block
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index d040236..59e3b85 100644
--- a/README.md
+++ b/README.md
@@ -47,9 +47,10 @@ pygmentsUseClassic = true
Pygments is mostly compatable with the newer Chroma. It is slower but has some additional theme options. I recommend Chroma over Pygments.
#### Highlight.js - Client side syntax highlighting
-
+```
[Params]
useHLJS = true
+```
Client side highlighting does not require pygments to be installed. This will use `highlight.min.css` instead of `syntax.css` for highlighting (effectively disabling Chroma). Highlight.js has a wider range of support for languages and themes, and an alternative highlighting engine.