mirror of https://github.com/jbeder/yaml-cpp.git
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.pull/1310/head
parent
06c3d1db51
commit
8fbf344aee
Loading…
Reference in New Issue