qt-mustache
qt-mustache copied to clipboard
Mustache templating library for C++ using Qt
It could be interesting to have a vcpkg for your libray
When the partial file contains Windows-slyle line terminators ("\r\n") it will not be converted into normal C-slyle "\n" for internal use. As a result the rendered file saved as text...
Instead of many small issues, I'm creating this single issue with a task list. These are the current test failures. Many of them are related to the handling of standalone...
Lines containing standalone tags should be removed from the output. See all test cases with "Standalone" in their name in the [specification](https://github.com/mustache/spec/tree/v1.1.2/specs). Interpolation tags are never considered standalone. A non-interpolation...
QtPods is a "package manager" for tiny Qt code fragments that lets users integrate and update your with tool with just a click in a standardized way and with proper...
missing this common feature: https://github.com/janl/mustache.js/issues/158 syntex like this {{foo.2}} to access the value at index 2 of list foo "will work with most mustache implementations" but not this one.
If the < tag is standalone, each non-empty line of the partial should be indented before it is rendered. The [spec](https://github.com/mustache/spec/blob/v1.1.2/specs/partials.yml#L12-L14) actually says all lines, not specifically non-empty ones. But...