Improve liquid snippet
This commit is contained in:
parent
d062862957
commit
23ce1eab41
@ -77,12 +77,18 @@ snippet include
|
||||
options word
|
||||
{% include ${1:#:TARGET} %}
|
||||
|
||||
snippet block
|
||||
snippet output
|
||||
abbr {{ }}
|
||||
alias {{
|
||||
options word
|
||||
{{ ${1:#:TARGET} }}
|
||||
|
||||
snippet filter
|
||||
abbr {{ | }}
|
||||
alias {{
|
||||
options word
|
||||
{{ ${1:#:TARGET} | ${2:#:filter} }}
|
||||
|
||||
|
||||
# Jekyll enhancements
|
||||
|
||||
@ -105,3 +111,7 @@ snippet post_url
|
||||
options word
|
||||
{% post_url ${1:#:TARGET} %}
|
||||
|
||||
snippet gist
|
||||
options word
|
||||
{% gist ${1:#:TARGET} %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user