Fix regression in README.md that messes up code fence formatting (#32)

This commit is contained in:
Harry Khanna 2018-06-11 16:01:48 -04:00 committed by Luiz F. A. de Prá
parent 4016deb430
commit 7207be04f0
1 changed files with 3 additions and 1 deletions

View File

@ -30,6 +30,7 @@ paginate = 20 # Default number of pages per page in pagination.
canonifyurls = true # Enable to turn relative URLs into absolute. canonifyurls = true # Enable to turn relative URLs into absolute.
pygmentsstyle = "b2" # Color-theme or style for syntax highlighting. 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. pygmentscodefencesguesssyntax = true # Enable syntax guessing for code fences without specified language.
[params] # theme parameters [params] # theme parameters
@ -40,7 +41,7 @@ pygmentscodefencesguesssyntax = true # Enable syntax guessing for code fences wi
disqusShortname = "yourdiscussshortname" # Enable or disable Disqus 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 hideCredits = false
hideCopyright = false hideCopyright = false
@ -127,6 +128,7 @@ Coder is licensed under the [MIT license](https://github.com/luizdepra/hugo-code
- [tobaloidee](https://github.com/Tobaloidee) - [tobaloidee](https://github.com/Tobaloidee)
- [Vlad Ionescu](https://github.com/Vlaaaaaaad) - [Vlad Ionescu](https://github.com/Vlaaaaaaad)
- [Niels Reijn](https://github.com/reijnn) - [Niels Reijn](https://github.com/reijnn)
- [Harry Khanna](https://github.com/hkhanna)
## Special Thanks ## Special Thanks