Automated rollback of commit 0ff9f3aa65850b00531fea19f145703d7e19fff0.

*** Reason for rollback ***

Still broken: https://docs.bazel.build/versions/3.2.0/index.html

*** Original change description ***

Migrate docs.bazel.build to use GitHub Flavored Markdown instead of Kramdown, attempt #2

Rollforward after redirect pages have been fixed by https://github.com/bazelbuild/bazel/commit/565f7742d584588bd3b329ce7303bd2673b3a284. Fixes https://github.com/bazelbuild/bazel/issues/11451

RELNOTES:
PiperOrigin-RevId: 314304669
diff --git a/scripts/docs/Gemfile b/scripts/docs/Gemfile
index 02e8458..6512903 100644
--- a/scripts/docs/Gemfile
+++ b/scripts/docs/Gemfile
@@ -4,7 +4,3 @@
 gem 'redcarpet', '~> 3.2', '>= 3.2.3'
 gem 'jekyll-toc', '~> 0.13.1'
 gem 'jekyll-sitemap', '~> 1.4.0'
-
-group :jekyll_plugins do
-  gem 'jekyll-commonmark-ghpages', '~> 0.1.6'
-end
diff --git a/site/_config.yml b/site/_config.yml
index 7ba7fd1..dade643 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -1,5 +1,5 @@
 destination: production
-markdown: CommonMarkGhPages
+markdown: kramdown
 kramdown:
   syntax_highlighter: rouge
   toc_levels: "2,3"
@@ -12,7 +12,6 @@
   - jekyll-paginate
   - jekyll-toc
   - jekyll-sitemap
-  - jekyll-commonmark-ghpages
 
 url: "https://docs.bazel.build" # used by jekyll-sitemap
 
@@ -67,7 +66,3 @@
   max_level: 3
   list_class: page-toc
   sublist_class: page-toc-sublist
-
-commonmark:
-  options: ["SMART", "FOOTNOTES"]
-  extensions: ["strikethrough", "autolink", "table", "tagfilter"]