fix: order of setting descriptions in readme

Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
This commit is contained in:
Christopher Arndt 2023-07-23 23:15:08 +02:00
parent 5c5cd14030
commit 1e374c61e6
1 changed files with 8 additions and 7 deletions

View File

@ -29,6 +29,14 @@ steps:
## Configuration settings
* `allowed_attrs` *(default:* [`DEFAULT_ALLOWED_ATTRS`]*)*
List or string with comma-separated list of HTML attribute names or
dict mapping tag names to lists of attributes names.
See the bleach documentation on [allowed attributes] for more information.
* `allowed_tags` *(default:* [`DEFAULT_ALLOWED_TAGS`]*)*
List or set or string with comma-separated list of HTML tag names. HTML
@ -39,13 +47,6 @@ steps:
external resources when the generated HTML is displayed, notably `img`
is not included.
* `allowed_attrs` *(default:* [`DEFAULT_ALLOWED_ATTRS`]*)*
List or string with comma-separated list of HTML attribute names or
dict mapping tag names to lists of attributes names.
See the bleach documentation on [allowed attributes] for more information.
* `accesstoken`
Access token to use for authentication instead of `password`. Either an