yaml-cpp/docs
Simon Gene Gottlieb 8fbf344aee doc, fix: invalid liquid '{{...}}' tags
jekyll/liquid got hung up on `{{"Daniel", 26}, {"Jesse", 24}}`.

The reason is that `{{...}}` are used as variables that are replaced by
there values. In this case we have a YAML object that looks the same.
This issue can be fixed by surrounding the block into `{% raw %}...{%
endraw %}` tags.
2024-08-06 10:40:52 -05:00
..
_config.yml Set theme jekyll-theme-slate 2020-04-24 14:22:43 -05:00
Breaking-Changes.md Support as<uint8_t>/as<int8_t>. 2020-06-15 10:31:59 -05:00
How-To-Emit-YAML.md doc, fix: invalid liquid '{{...}}' tags 2024-08-06 10:40:52 -05:00
How-To-Parse-A-Document-(Old-API).md Include wiki content into a doc folder (#850) 2020-04-23 15:08:27 -05:00
index.md Rename "Home" to "index" in the doc (#851) 2020-04-24 14:21:17 -05:00
Strings.md Spelling (#870) 2020-05-25 09:30:55 -05:00
Tutorial.md Include wiki content into a doc folder (#850) 2020-04-23 15:08:27 -05:00