From 1f725e7990bef5de4b0d8d29d800d46349e4b6de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Haberth=C3=BCr?= Date: Mon, 19 Feb 2018 16:40:46 +0100 Subject: [PATCH] Added code block --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.