jeffreytse / jekyll-spaceship

🚀 A Jekyll plugin to provide powerful supports for table, mathjax, plantuml, mermaid, emoji, video, audio, youtube, vimeo, dailymotion, soundcloud, spotify, etc.
MIT License
626 stars 67 forks source link

Problem with python code in liquid tags #13

Closed janash closed 4 years ago

janash commented 4 years ago

There is a problem when rendering python code where lines end in a colon (:) and are in a {% highlight %} block. The text is no longer rendered as code in this case.

jeffreytse commented 4 years ago

Hi, @janash

This issue was fixed on commit bf641a6.

janash commented 4 years ago

Thanks! I appreciate the quick response :)