From: m5o Date: Fri, 19 Jan 2018 17:30:17 +0000 (+0100) Subject: Use Jekyll's markdownify filter instead of a custom plugin (#25319) X-Git-Tag: v4.1.0~153 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f53402fc041fd7a10571711a571df0df50892d3;p=thirdparty%2Fbootstrap.git Use Jekyll's markdownify filter instead of a custom plugin (#25319) --- diff --git a/_plugins/markdown-block.rb b/_plugins/markdown-block.rb deleted file mode 100644 index f9f1531b58..0000000000 --- a/_plugins/markdown-block.rb +++ /dev/null @@ -1,20 +0,0 @@ -module Jekyll - class MarkdownBlock < Liquid::Block - alias_method :render_block, :render - - def initialize(tag_name, markup, tokens) - super - end - - # Uses the default Jekyll markdown parser to - # parse the contents of this block - # - def render(context) - site = context.registers[:site] - converter = site.find_converter_instance(::Jekyll::Converters::Markdown) - converter.convert(render_block(context)) - end - end -end - -Liquid::Template.register_tag('markdown', Jekyll::MarkdownBlock) diff --git a/docs/4.0/content/reboot.md b/docs/4.0/content/reboot.md index de6dc23a3f..cb522e50a3 100644 --- a/docs/4.0/content/reboot.md +++ b/docs/4.0/content/reboot.md @@ -63,37 +63,37 @@ All heading elements—e.g., `

`—and `

` are reset to have their `margin- - {% markdown %}`

`{% endmarkdown %} + {{ "`

`" | markdownify }} h1. Bootstrap heading - {% markdown %}`

`{% endmarkdown %} + {{ "`

`" | markdownify }} h2. Bootstrap heading - {% markdown %}`

`{% endmarkdown %} + {{ "`

`" | markdownify }} h3. Bootstrap heading - {% markdown %}`

`{% endmarkdown %} + {{ "`

`" | markdownify }} h4. Bootstrap heading - {% markdown %}`
`{% endmarkdown %} + {{ "`
`" | markdownify }} h5. Bootstrap heading - {% markdown %}`
`{% endmarkdown %} + {{ "`
`" | markdownify }} h6. Bootstrap heading @@ -105,7 +105,7 @@ All heading elements—e.g., `

`—and `

` are reset to have their `margin- All lists—`