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 was archived by the owner on Nov 30, 2017. It is now read-only.
I also tried using |striptags, but that just outputs the HTML. I tested using both |word_count and |striptags on {{ content }} (after pasting the HTML under the front matter in the file) and both work as expected.
I'm storing a bunch of HTML in a variable, then using
{{ var:extract }}to get a word count, but it ends up way off.This returns
28, but it should be776.I also tried using
|striptags, but that just outputs the HTML. I tested using both|word_countand|striptagson{{ content }}(after pasting the HTML under the front matter in the file) and both work as expected.