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
I'm currently writing posts for a blog developed using Jekyll.
Posts are written in markdown, however code blocks use Jekyll's Liquid syntax. Code blocks are opened with {% highlight language-name %} and closed with {% endhighlight %}, EG:
I understand that vim-pencil's HardPencil mode has the ability to suspend formatting in code blocks. How can I instruct HardPencil mode to treat text surrounded by {% highlight language-name %} and {% endhighlight %} as a code block?
The text was updated successfully, but these errors were encountered:
I'm currently writing posts for a blog developed using Jekyll.
Posts are written in markdown, however code blocks use Jekyll's Liquid syntax. Code blocks are opened with
{% highlight language-name %}
and closed with{% endhighlight %}
, EG:I understand that vim-pencil's
HardPencil
mode has the ability to suspend formatting in code blocks. How can I instructHardPencil
mode to treat text surrounded by{% highlight language-name %}
and{% endhighlight %}
as a code block?The text was updated successfully, but these errors were encountered: