summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastian Venthur <bastian.venthur@flixbus.com>2022-08-31 16:44:25 +0200
committerWaylan Limberg <waylan.limberg@icloud.com>2022-08-31 14:04:38 -0400
commite97ffebc9d22f6dc84087caaf11978d4548c617c (patch)
tree134b3230d68cf811a2c1342edf6dc33857a25b50
parenteff6c3a0415cb63bc0b38c29b5a7f584619e3c1c (diff)
downloadpython-markdown-e97ffebc9d22f6dc84087caaf11978d4548c617c.tar.gz
fixed docs for output_format
since 3.0 html5 is not valid anymore and html should be used
-rw-r--r--docs/reference.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference.md b/docs/reference.md
index 8153ebe..de7e26f 100644
--- a/docs/reference.md
+++ b/docs/reference.md
@@ -169,7 +169,7 @@ __output_format__{: #output_format }:
Supported formats are:
* `"xhtml"`: Outputs XHTML style tags. **Default**.
- * `"html5"`: Outputs HTML style tags.
+ * `"html"`: Outputs HTML style tags.
The values can be in either lowercase or uppercase.