Github user riknoll commented on a diff in the pull request:
https://github.com/apache/cordova-docs/pull/359#discussion_r40224664
--- Diff: _config.yml ---
@@ -26,7 +26,13 @@ keep_files: [".git", ".svn", "wiki-images", "images",
"downloads"]
lsi: false # don't produce an index for related posts
safe: true # disables plugins
-markdown: kramdown
+markdown: redcarpet
+
+redcarpet:
+ extensions:
+ - prettify
+ - fenced_code_blocks
--- End diff --
Nitpick: fenced_code_blocks is set to be true by default in Jekyll. We
don't need to specify it: http://jekyllrb.com/docs/configuration/#redcarpet
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]