You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
4 months ago
..
Breaking-Changes.md Support as<uint8_t>/as<int8_t>. 5 years ago
How-To-Emit-YAML.md doc, fix: invalid liquid '{{...}}' tags 4 months ago
How-To-Parse-A-Document-(Old-API).md Include wiki content into a doc folder (#850) 5 years ago
Strings.md Spelling (#870) 5 years ago
Tutorial.md Include wiki content into a doc folder (#850) 5 years ago
_config.yml Set theme jekyll-theme-slate 5 years ago
index.md Rename "Home" to "index" in the doc (#851) 5 years ago