Skip to content

Commit f7a7695

Browse files
peternewmanArachnid
authored andcommitted
Switch the markdown engine to kramdown as GitHub are getting rid of redcarpet :( (#201)
* Remove errant .DS_Store file * Ignore .DS_Store * Create a list of organisations * Add an org list * Show number of PIDs per org * Fix HTML issue, sort orgs by title * Try and fix the PID count * Try and fix issues * Try again to fix issues * Try yet again to fix issues * Correct the urlpart * Change to sort_natural, minor code tidy * Try and fix the sorting * Try again to fix the sorting * Remove debugging * Add a link to orgs page * Turn on the remaining redcarpet extensions so we match GitHub From https://george-hawkins.github.io/basic-gfm-jekyll/redcarpet-extensions.html * Switch to kramdown * Turn on some other options
1 parent 6fef1be commit f7a7695

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

_config.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,13 @@ share_stumbleupon: false
4747
exclude: [vendor]
4848
gems:
4949
- jekyll-paginate
50-
- redcarpet
51-
markdown: redcarpet
52-
redcarpet:
53-
extensions: ['smart', 'tables', 'with_toc_data']
50+
markdown: kramdown
51+
kramdown:
52+
auto_ids: true
53+
autolink: true
54+
input: GFM
55+
toc_levels: 1..6
56+
smart_quotes: lsquo,rsquo,ldquo,rdquo
5457
permalink: pretty
5558
paginate: 3
5659
sass:

0 commit comments

Comments
 (0)