{{ headline }}
For other versions, see 1.7, 1.6, 1.5, 1.4, 1.3 or development version.
{{ body | markdownify }} {%- for section in sections %}{{ section.title }}
{{ section.body | markdownify if section.body }} {%- for entry in section.entries %}{{ entry.title | markdownify | no_paragraph }}
{{ entry.body | markdownify }} {%- if entry.examples %}
{%- set exampleID = unique_id() %}
{%- endif %}
{%- for example in entry.examples %}
{%- endfor %}
Command | jq '{{ example.program }}' |
---|---|
Input | {{ example.input }} |
Output | none |
{% if loop.first %}Output{% endif %} | {{ output }} |
Run |