adammark/Markup.js

Consider changing > character in pipes

izolate opened this issue · 2 comments

I'm having trouble with the > character in the following pipe:

<h1>{{title|blank>N/A}}</h1>

This conflicts with the Element.innerHTML method due to it returning < as &gt;

h1.innerHTML // <h1>{{title|blank&gt;N/A}}</h1>

Please consider using an alternate character or different syntax. Cheers.

I need to learn how to read. Thanks for this.