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
GRMustache.swift is now maintained by @fumito-ito. Let's wait for his answer. Meanwhile, a pull request that adds the described behavior, while respecting the Mustache Spec will be gladly reviewed.
First off, great library!
I might be missing some obvious syntax here, but given the following example:
The output we get (assuming someOptionalValue is "Hello, World") is:
Is there a way to modify the tags, such that the newlines before / after "The value is Hello, World" are removed? Eg:
Currently it seems I can only achieve this by putting everything on one line:
I have seem some references to Handlebars using a tilde to accomplish this, eg:
But in attempting to do this with this repository's Mustache implementation, I get an error "Unmatched closing tag".
Thanks,
The text was updated successfully, but these errors were encountered: