Skip to content

Commit e43f417

Browse files
committed
use commonmark parser
1 parent 83a035e commit e43f417

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ gem "github-pages", group: :jekyll_plugins
1919
# If you have any plugins, put them here!
2020
group :jekyll_plugins do
2121
gem "jekyll-feed", "~> 0.6"
22+
gem 'jekyll-commonmark-ghpages'
2223
end
2324

2425
gem "octopress"

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ PLATFORMS
290290

291291
DEPENDENCIES
292292
github-pages
293+
jekyll-commonmark-ghpages
293294
jekyll-feed (~> 0.6)
294295
minima (~> 2.0)
295296
octopress

_config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,15 @@ url: "https://rfranz.com" # the base hostname & protocol for your site, e.g. htt
2323
github_username: ericfranz
2424

2525
# Build settings
26-
markdown: kramdown
26+
markdown: CommonMarkGhPages
2727
theme: minima
2828
plugins:
2929
- jekyll-feed
3030

31+
commonmark:
32+
options: ["SMART", "FOOTNOTES"]
33+
extensions: ["strikethrough", "autolink", "table", "tagfilter"]
34+
3135
# Exclude from processing.
3236
# The following items will not be processed, by default. Create a custom list
3337
# to override the default setting.

0 commit comments

Comments
 (0)