Skip to content

Commit 80ae041

Browse files
author
joachimheintz
committed
important markdown configuration to make html textarea working
1 parent ef9ef67 commit 80ae041

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,3 @@ gem "github-pages", "~> 231", group: :jekyll_plugins
2424

2525
# see https://github.com/jekyll/jekyll/issues/8523
2626
gem "webrick"
27-
28-

_config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ sass:
2222
load_paths:
2323
- assets/css/*
2424

25-
# markdown is github flavored markdown
26-
markdown: GFM
25+
# markdown is github flavored markdown (and despite jekyll manual it is important to set)
26+
markdown: kramdown
27+
kramdown:
28+
input: GFM
2729

2830
# files excluded to build on gihub pages
2931
exclude: ["README.md"]

0 commit comments

Comments
 (0)