diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-06-30 18:57:57 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-06-30 18:57:57 +0300 |
commit | 8e1d8b87f19e0cfc77ad4bfe20e5ca84d030e321 (patch) | |
tree | 17fcaa49359ae4340dffc6f75900bd77a98c399a /_config.yml | |
parent | std::call_once: ```c++ instead of simply ``` (diff) | |
download | jekyll-theme-8e1d8b87f19e0cfc77ad4bfe20e5ca84d030e321.tar.gz jekyll-theme-8e1d8b87f19e0cfc77ad4bfe20e5ca84d030e321.zip |
enable syntax highlighting
I'm not sure about it.
Maybe I'll get rid of it in the future.
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 413acf5..5052e15 100644 --- a/_config.yml +++ b/_config.yml @@ -22,7 +22,8 @@ markdown: kramdown kramdown: syntax_highlighter_opts: - disable: true + span: + disable: true bootstrap_version: 3.3.7 jquery_version: 1.12.4 |