mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Merge pull request #347 from matrix-org/dbkr/dont_line_wrap_rst
Don't line wrap the API descriptions
This commit is contained in:
commit
11c60b0409
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
{% endif -%}
|
||||
|
||||
{{endpoint.desc | wrap(80)}}
|
||||
{{endpoint.desc}}
|
||||
|
||||
{{":Rate-limited: Yes." if endpoint.rate_limited else "" }}
|
||||
{{":Requires auth: Yes." if endpoint.requires_auth else "" }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue