mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-04 05:13:42 +01:00
Moar spaces
This commit is contained in:
parent
96be7ff241
commit
8648f86032
|
|
@ -13,17 +13,17 @@
|
|||
|
||||
Request format:
|
||||
{% if (endpoint.req_param_by_loc | length) %}
|
||||
=========================================== ================= ===========================================
|
||||
Parameter Value Description
|
||||
=========================================== ================= ===========================================
|
||||
=============================================================== ================= ===========================================
|
||||
Parameter Value Description
|
||||
=============================================================== ================= ===========================================
|
||||
{% for loc in endpoint.req_param_by_loc -%}
|
||||
*{{loc}} parameters*
|
||||
---------------------------------------------------------------------------------------------------------
|
||||
-----------------------------------------------------------------------------------------------------------------------------
|
||||
{% for param in endpoint.req_param_by_loc[loc] -%}
|
||||
{{param.key}}{{param.type|indent(44-param.key|length)}}{{param.desc|indent(18-param.type|length)|wrap(43)|indent_block(62)}}
|
||||
{{param.key}}{{param.type|indent(64-param.key|length)}}{{param.desc|indent(18-param.type|length)|wrap(43)|indent_block(82)}}
|
||||
{% endfor -%}
|
||||
{% endfor -%}
|
||||
=========================================== ================= ===========================================
|
||||
=============================================================== ================= ===========================================
|
||||
{% else %}
|
||||
`No parameters`
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue