You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jekyll 4.0 removes support for the RDiscount Markdown processor from the core, relying on the wider community to create a plugin for processors like RDiscount. This issue tracks efforts to create a jekyll-rdiscount processor plugin for Jekyll 4.0 so that RDiscount can again be used in the latest version of Jekyll.
Requirements:
Insofar as possible, maintain support for the same API that RDiscount used when integrating with Jekyll 3.x and below. In particular the following configuration blob should still work:
Design / Tasks:
Create repository for plugin at davidfstr/jekyll-rdiscount.
Depend on rdiscount >= 2.2.0.2 (the current version of RDiscount, to ease migration).
Define a class Jekyll::Converters::Markdown::rdiscount class, with that exact case, to allow the following config in _config.yml to work:
markdown: rdiscount (equivalent to the old API)
Plugin does read rdiscount: top-level section from _config.yml (equivalent to the old API) to specify things like flags.
Jekyll 4.0 removes support for the RDiscount Markdown processor from the core, relying on the wider community to create a plugin for processors like RDiscount. This issue tracks efforts to create a jekyll-rdiscount processor plugin for Jekyll 4.0 so that RDiscount can again be used in the latest version of Jekyll.
Requirements:
Design / Tasks:
davidfstr/jekyll-rdiscount
.class Jekyll::Converters::Markdown::rdiscount
class, with that exact case, to allow the following config in_config.yml
to work:markdown: rdiscount
(equivalent to the old API)rdiscount:
top-level section from_config.yml
(equivalent to the old API) to specify things like flags.Gemfile
:The text was updated successfully, but these errors were encountered: