Nach der Aktualisierung von Jekyll und Kramdown auf ihre neuesten Releases funktioniert Durchstreichen. Hier ist ein Beispiel Morea Website zeigt, durchgestrichener:
http://morea-framework.github.io/morea-news-page-example/
Die home.md Seite Quelle ist hier:
https://raw.githubusercontent.com/morea-framework/morea-news-page-example/master/src/morea/morea/home.md
Um diese Arbeit richtig zu machen Ich aktualisiert Juwel, jekyll und kramdown:
% sudo gem update --system
Password:
Updating rubygems-update
Fetching: rubygems-update-2.6.4.gem (100%)
Successfully installed rubygems-update-2.6.4
Parsing documentation for rubygems-update-2.6.4
Installing ri documentation for rubygems-update-2.6.4
Installing darkfish documentation for rubygems-update-2.6.4
Parsing documentation for rubygems-update-2.6.4
Installing RubyGems 2.6.4
RubyGems 2.6.4 installed
Parsing documentation for rubygems-2.6.4
Installing ri documentation for rubygems-2.6.4
% sudo gem update jekyll
Updating installed gems
Updating jekyll
Fetching: jekyll-3.1.6.gem (100%)
Successfully installed jekyll-3.1.6
Parsing documentation for jekyll-3.1.6
Installing ri documentation for jekyll-3.1.6
Installing darkfish documentation for jekyll-3.1.6
Parsing documentation for jekyll-3.1.6
Gems updated: jekyll
% sudo gem update kramdown
Updating installed gems
Updating kramdown
Fetching: kramdown-1.11.1.gem (100%)
Successfully installed kramdown-1.11.1
Parsing documentation for kramdown-1.11.1
Installing ri documentation for kramdown-1.11.1
Installing darkfish documentation for kramdown-1.11.1
Parsing documentation for kramdown-1.11.1
Gems updated: kramdown
Vielleicht müssen Sie nur kramdown aktualisieren, aber dies schien eine gute Gelegenheit, Jek zu aktualisieren Ich auch.