From 1e374c61e6e7859a52212a1b6b93793a764b8b1c Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Sun, 23 Jul 2023 23:15:08 +0200 Subject: [PATCH] fix: order of setting descriptions in readme Signed-off-by: Christopher Arndt --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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