message no. 164960
Posted by misty in #jekyll at 2017-03-06T17:46:32Z
I have a template that parses a bunch of Yaml files, each of which contain Markdown. I've got unescaped Liquid tags that I need to find and escape with {% raw %}, but the jekyll build command is not telling me which Yaml contains the bad tags. Is there any way to get that info without brute-force grepping?