From 7207be04f0b2a3c4ee3ff27a3fe413a2b9f83f1f Mon Sep 17 00:00:00 2001
From: Harry Khanna <harry@khanna.cc>
Date: Mon, 11 Jun 2018 20:01:48 +0000
Subject: [PATCH] Fix regression in README.md that messes up code fence formatting (#32)

---
 README.md |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/README.md b/README.md
index d82484b..9f705f9 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,7 @@
 canonifyurls = true # Enable to turn relative URLs into absolute.
 
 pygmentsstyle = "b2" # Color-theme or style for syntax highlighting.
+pygmentscodefences = true # Enable code fence background highlighting.
 pygmentscodefencesguesssyntax = true # Enable syntax guessing for code fences without specified language.
 
 [params] # theme parameters
@@ -40,7 +41,7 @@
 
     disqusShortname = "yourdiscussshortname" # Enable or disable Disqus
 
-    # Wether you want to hide copyright and credits in the footer.
+    # Whether you want to hide copyright and credits in the footer.
     hideCredits = false
     hideCopyright = false
 
@@ -127,6 +128,7 @@
 - [tobaloidee](https://github.com/Tobaloidee)
 - [Vlad Ionescu](https://github.com/Vlaaaaaaad)
 - [Niels Reijn](https://github.com/reijnn)
+- [Harry Khanna](https://github.com/hkhanna)
 
 ## Special Thanks
 

--
Gitblit v1.10.0