Site: Use `kramdown` for processing markdown
See discussion on https://groups.google.com/forum/#!topic/bazel-dev/puQn4173CXU
RELNOTES: None.
PiperOrigin-RevId: 220451460
diff --git a/site/_config.yml b/site/_config.yml
index 17986c7..576049e 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -1,9 +1,9 @@
destination: production
-markdown: redcarpet
-redcarpet:
- extensions: ["tables"]
+markdown: kramdown
+kramdown:
+ syntax_highlighter: rouge
+
paginate: 10
-highlighter: pygments
sass:
sass_dir: _sass
gems: [jekyll-paginate]