diff --git a/README.md b/README.md index 54db743..85d4182 100644 --- a/README.md +++ b/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