Jonathan Mitchell
Jonathan Mitchell
Thanks for the reply. I know that I am bending Mustache in this regard. I would imagine that whitespace handling etc for text and HTML content may have to be...
Title is much better thanks.
I am not impatient at all. I am implementing templates in my 20 or so languages so it's only now that I am really using GRMustache in earnest for text...
I need to spend some time getting to grips with the GRMustache rendering API but the approach suggested by @theLucid (if I understand it correctly) seems sensible. Representing the strings...
Hi Gwendal Just wondering how you are getting on. If I can be of any help with this issue let me know. Hope you are well.
HI Gwendal In my own case I find that motivational issues arise when I don't have a really clear view of what I am trying to do. In this situation...
Perhaps `LINE_RENDER` is too generic a pragma. Perhaps `LINE_OUTPUT` with values of OUTPUT_ALL | CONSUME_BLANK.
Sounds like a plan. Tabs would also likely need to be included in the whitespace list. However, this sounds like it might get complex. How does a tag know about...
If it feels good to go with this idea then I would. Intuition isn't an infallible guide but it is a worthwhile one.
Is there any merit in a tag to enable explicit blank line consumption: ``` {{< my-header }} ``` This says: if I render as a blank line consume me (the...