Typos and line wrapping
This commit is contained in:
parent
d63acc140d
commit
36a41cd224
|
@ -653,8 +653,8 @@ class Jekyll::Converters::Markdown::MyCustomProcessor
|
||||||
end
|
end
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
Once you've created your class and have it properly setup either as a plugin in
|
Once you've created your class and have it properly set up either as a plugin
|
||||||
the `_plugins` folder or as a gem, specify it in your `_config.yml`:
|
in the `_plugins` folder or as a gem, specify it in your `_config.yml`:
|
||||||
|
|
||||||
{% highlight yaml %}
|
{% highlight yaml %}
|
||||||
markdown: MyCustomProcessor
|
markdown: MyCustomProcessor
|
||||||
|
|
Loading…
Reference in New Issue