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

github.com/dplesca/purehugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDragos Plesca <dragos.plesca@gmail.com>2019-02-18 16:07:09 +0300
committerDragos Plesca <dragos.plesca@gmail.com>2019-02-18 16:07:09 +0300
commit1cc5730550dbbf51639d4cd70723b6d25be028c7 (patch)
tree19ac1a9505857f25549fb8c633a82e8d6f905e29
parentc06e5a6aece6b22a099ddf1b4ebf00cffca1dd54 (diff)
remove rainbow.js mention
-rw-r--r--README.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/README.md b/README.md
index e883eea..6239df4 100644
--- a/README.md
+++ b/README.md
@@ -34,22 +34,6 @@ disqusShortname = "xxxx"
Notice the configuration necessary for disqus comments (just setting the disqusShortname); the twitter, github, stack overflow and linkedin handlers (for the site sidebar); the site description and enabling Google Analytics reporting.
-### Syntax Highlighting
-
-Syntax highlighting is enabled by default and uses the [Rainbow](http://craig.is/making/rainbows) highlighting library. All you need to do is add a language identifier to a code block.
-
-For example, to apply Go syntax highlighting in Markdown:
-
- ```go
- package main
-
- import "fmt"
-
- func main() {
- fmt.Println("Hello, 世界")
- }
- ```
-
### Responsive Images
For responsive images you could use the built-in responsive image shortcode (without the `/**/` characters):