You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.
During the markdown processing, this: <p>{{ 'This is a test' | number_of_words }}</p>
Will become: <p>{{ 'This is a test' | number<em>of</em>words }}</p>
And will prevent the tag/filter to work.
The text was updated successfully, but these errors were encountered:
laedit
changed the title
Liquid tag/filter with undescrore doesn't works in markdown files
Liquid tag/filter with undescore doesn't works in markdown files
Feb 1, 2015
laedit
changed the title
Liquid tag/filter with undescore doesn't works in markdown files
Liquid tag/filter with underscore doesn't works in markdown files
Feb 1, 2015
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
During the markdown processing, this:
<p>{{ 'This is a test' | number_of_words }}</p>
Will become:
<p>{{ 'This is a test' | number<em>of</em>words }}</p>
And will prevent the tag/filter to work.
The text was updated successfully, but these errors were encountered: