| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| Breaking-Changes.md | ||
| How-To-Emit-YAML.md | ||
| How-To-Parse-A-Document-(Old-API).md | ||
| Strings.md | ||
| Tutorial.md | ||
| _config.yml | ||
| index.md |
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.
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| Breaking-Changes.md | Loading commit data... | |
| How-To-Emit-YAML.md | Loading commit data... | |
| How-To-Parse-A-Document-(Old-API).md | Loading commit data... | |
| Strings.md | Loading commit data... | |
| Tutorial.md | Loading commit data... | |
| _config.yml | Loading commit data... | |
| index.md | Loading commit data... |