元框架网站中的删除线文本?
Strikethrough Text in a Merea-Frameowrk Site?
删除线在 morea 框架降价页面中对我不起作用,例如,
~~Strikethrough~~
显示原始波浪号。
我看到 here 这已在 kramdown(morea 中使用的降价引擎)中修复。我应该更新 kramdown 吗?那么如何?其他想法?
谢谢
将 Jekyll 和 Kramdown 更新到最新版本后,删除线有效。这是一个示例 Morea 网站,说明了删除线:
http://morea-framework.github.io/morea-news-page-example/
home.md 页面源在这里:
为了使其正常工作,我更新了 gem、jekyll 和 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
也许您只需要更新 kramdown,但这似乎也是更新 Jekyll 的好机会。
删除线在 morea 框架降价页面中对我不起作用,例如,
~~Strikethrough~~
显示原始波浪号。
我看到 here 这已在 kramdown(morea 中使用的降价引擎)中修复。我应该更新 kramdown 吗?那么如何?其他想法? 谢谢
将 Jekyll 和 Kramdown 更新到最新版本后,删除线有效。这是一个示例 Morea 网站,说明了删除线:
http://morea-framework.github.io/morea-news-page-example/
home.md 页面源在这里:
为了使其正常工作,我更新了 gem、jekyll 和 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
也许您只需要更新 kramdown,但这似乎也是更新 Jekyll 的好机会。