You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by dz...@apache.org on 2021/08/27 06:17:28 UTC

[drill-site] branch master updated: Use kramdown not redcarpet.

This is an automated email from the ASF dual-hosted git repository.

dzamo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 512da2e  Use kramdown not redcarpet.
512da2e is described below

commit 512da2ee6a05d95a7eb3b6123c9c7bfa4153ade9
Author: James Turton <ja...@somecomputer.xyz>
AuthorDate: Fri Aug 27 08:17:12 2021 +0200

    Use kramdown not redcarpet.
---
 _config.yml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/_config.yml b/_config.yml
index 08b4d58..52bf95d 100644
--- a/_config.yml
+++ b/_config.yml
@@ -10,10 +10,11 @@ description: > # this means to ignore newlines until "baseurl:"
 baseurl: ""
 noindex: 0 # search engine indexing enabled
 
-# Uncomment to use the redcarpet Markdown processor (not supported by GH Pages) instead of Kramdown
-markdown: redcarpet
-redcarpet:
-  extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
+# Uncomment to rever to the redcarpet Markdown processor (not supported by Apache
+# Buildbot) instead of Kramdown
+# markdown: redcarpet
+# redcarpet:
+#   extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
 
 collections:
   docs: