There are two types of markup in Liquid: Output and Tag.
- Output markup (which may resolve to text) is surrounded by
{{ matched pairs of curly brackets (ie, braces) }}- Tag markup (which cannot resolve to text) is surrounded by
| { | |
| "title": "Prevent unintended command-m minimising", | |
| "rules": [ | |
| { | |
| "description": "Disable Cmd+m minimise", | |
| "manipulators": [ | |
| { | |
| "type": "basic", | |
| "description": "", | |
| "from": { |
There are two types of markup in Liquid: Output and Tag.
{{ matched pairs of curly brackets (ie, braces) }}