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

Using jekyll-spaceship kills Liquid #21

Closed xjossy closed 4 years ago

xjossy commented 4 years ago

I can't use many characters in Liquid epressions, for example, I'm trying {% assign x = 100 %} {% assign x = x | divided_by 3 %}

And I got Liquid Warning: Liquid syntax error (line 13): Unexpected character \ in "{{x | divided\_by 3 }}" in test.md

The same situation with ": {% assign t = "a,c,b" | split "," %} gives Liquid Warning: Liquid syntax error (line 15): Unexpected character \ in "{{\"a,c,b\" | split \",\" }}" in test.md

jeffreytse commented 4 years ago

Hi @xjossy

Could you provide the environment details such as what jekyll-spaceship version that you are using?

Thanks with regards

jeffreytse commented 4 years ago

Hi @xjossy

🎉 The latest gem version v0.9.0 has been released. Welcome to update to latest version and this issue has been fixed.

Thanks with regards.

xjossy commented 4 years ago

You're amazing, thank you much!