diff options
| author | XhmikosR <[email protected]> | 2015-10-28 07:20:47 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-10-29 08:12:33 +0200 |
| commit | 608dead1fe60bbd974435fad079c5347b00371fb (patch) | |
| tree | 1d7972da59f96325744f50a16073b1676cfcab75 /docs/_plugins/callout.rb | |
| parent | 364925f9513959b04b3e685f6d59d41a269e93d1 (diff) | |
| download | bootstrap-608dead1fe60bbd974435fad079c5347b00371fb.tar.xz bootstrap-608dead1fe60bbd974435fad079c5347b00371fb.zip | |
Update to Jekyll v3.0.0.
[skip sauce]
Diffstat (limited to 'docs/_plugins/callout.rb')
| -rw-r--r-- | docs/_plugins/callout.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_plugins/callout.rb b/docs/_plugins/callout.rb index 0ed6687db..58453ecb4 100644 --- a/docs/_plugins/callout.rb +++ b/docs/_plugins/callout.rb @@ -17,7 +17,7 @@ module Jekyll def render(context) site = context.registers[:site] - converter = site.getConverterImpl(::Jekyll::Converters::Markdown) + converter = site.find_converter_instance(::Jekyll::Converters::Markdown) output = converter.convert(super(context)) "<div class=\"bd-callout bd-callout-#{@type}\">#{output}</div>" end |
