Skip to content

Commit f911864

Browse files
author
Wilson E. Husin
committed
Use Kramdown instead of Redcarpet
Signed-off-by: Wilson E. Husin <[email protected]>
1 parent 031d604 commit f911864

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ site/_site
3434
site/.sass-cache
3535
site/.jekyll
3636
site/.jekyll-metadata
37-
site/.bundle
37+
site/.jekyll-cache
38+
site/.bundle

site/Gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ gem 'jekyll-relative-links', '~> 0.6.1'
99
gem 'jekyll-sitemap', '~> 1.4'
1010
gem 'jekyll-titles-from-headings', '~> 0.5.3'
1111
gem 'jekyll-seo-tag', '~> 2.6', '>= 2.6.1'
12-
gem 'redcarpet', '~> 3.5'

site/Gemfile.lock

-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ GEM
6565
rb-fsevent (0.10.4)
6666
rb-inotify (0.10.1)
6767
ffi (~> 1.0)
68-
redcarpet (3.5.0)
6968
rexml (3.2.4)
7069
rouge (3.25.0)
7170
safe_yaml (1.0.5)
@@ -89,7 +88,6 @@ DEPENDENCIES
8988
jekyll-seo-tag (~> 2.6, >= 2.6.1)
9089
jekyll-sitemap (~> 1.4)
9190
jekyll-titles-from-headings (~> 0.5.3)
92-
redcarpet (~> 3.5)
9391

9492
BUNDLED WITH
9593
2.1.4

site/_config.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ twitter:
1010
card: summary
1111
vm_logo: vm-logo.png
1212
gh_repo: https://github.com/vmware-tanzu/sonobuoy
13-
markdown: redcarpet
13+
markdown: kramdown
14+
kramdown:
15+
syntax_highlighter: rouge
1416
hero:
1517
background-color: med-blue
1618
footer:
@@ -283,6 +285,3 @@ exclude:
283285
- CNAME
284286
- Runbook.docx
285287
- '*.sh'
286-
287-
redcarpet:
288-
extensions: ["no_intra_emphasis", "tables", "autolink", "strikethrough", "with_toc_data"]

0 commit comments

Comments
 (0)