diff --git a/docs/templates/manual.liquid b/docs/templates/manual.liquid index af22fcad..33b8654b 100644 --- a/docs/templates/manual.liquid +++ b/docs/templates/manual.liquid @@ -70,8 +70,8 @@ {% for example in entry.examples %} - - + + {% unless example.output[0] %} @@ -85,7 +85,7 @@ {% else %} {% endif %} - + {% endfor %}
jq '{{example.program}}'
Input{{example.input}}
jq '{{example.program | escape}}'
Input{{example.input | escape}}
Output{{output}}{{output | escape}}