Convert Github Flavored Markdown Code Block to Liquid Tag in VIM Sep 7, 2015 :%s/\v^```(.*)$(\_.{-})^```$/{% highlight \1 %}\2{% endhighlight %}/g | %s/{% highlight %}/{% highlight text %}/g