Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Liquid Support #97

Closed
fusion809 opened this issue Mar 26, 2016 · 5 comments
Closed

Adding Liquid Support #97

fusion809 opened this issue Mar 26, 2016 · 5 comments

Comments

@fusion809
Copy link

Hi,

Liquid support in this package would be a great help for the bloggers among us. This is an issue that started at the language-gfm repo. Here is some liquid content, so you can test out your tweaks:

{% include Code/codeu.html line1="git clone https://aur.archlinux.org/atom-editor-bin.git" line2="cd atom-editor-bin" line3="makepkg -si --noconfirm" %}
{% endcapture %}

<!-- item2 -->
{% capture item2 %}
{% include Links/distros/centos7.html puncr="." %} Atom is available from the [Mosquito Copr](https://copr.fedorainfracloud.org/coprs/mosquito/atom/) and can be installed via running:

{% include Code/coder.html line1="yum copr enable mosquito/atom" line2="yum install -y atom" %}
{% endcapture %}

Thanks for your time,
Brenton

@burodepeper
Copy link
Owner

Thanks. I'll have a look at it! Is this the same liquid that Shopify uses in their themes btw?

Reference: atom/language-gfm#145

@fusion809
Copy link
Author

Sure is, but it is also the templating engine used by Jekyll and a few other static site generators. I wrote a blog post on running Atom on Linux that is extensively powered by Liquid templates.

@burodepeper
Copy link
Owner

Thanks. I'll update here as soon as I have something.

@burodepeper
Copy link
Owner

@fusion809 I've implemented it in the dev branch. It turned out to be as easy as I hoped. There's still a little bug (see #99) that's keeping me from releasing this, but I hope to get that out of the way quite soon.

@burodepeper
Copy link
Owner

Bug squashed, published v0.12. Give it a try, and let me know if you run into any issues. Be wary that language-markdown disables language-gfm by default (to minimize any conflicts) in case you want to switch back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants