latest 2 messages by mgue

+ [2013-12-15T00:45:07Z] mgue found a way... data = "<div>foobar {% tag_a %}</div>" return Liquid::Template.parse(data).render
+ [2013-12-15T00:21:25Z] mgue Hi - is there a way to (re)parse the output of a Liquid::Tag render method? Example: {% tag_a %} renders to {% tag_b %} which then renders to "Hello World"