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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue