fix: order of setting descriptions in readme
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
This commit is contained in:
parent
5c5cd14030
commit
1e374c61e6
15
README.md
15
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue