Index: README.md |
diff --git a/README.md b/README.md |
index c7d2cb182d5d3171a553c1f50ef599bf5f7f3289..903917fcba9ad7b58f665280afea37a5bd7fe588 100644 |
--- a/README.md |
+++ b/README.md |
@@ -206,9 +206,9 @@ be inserted (whichever is present). |
This format should normally be used, it allows the pages to be defined using the |
[Markdown](http://daringfireball.net/projects/markdown/syntax) syntax. Raw HTML |
tags are allowed and can be used where Markdown syntax isn't sufficient. The |
-[Attribute Lists](http://pythonhosted.org/Markdown/extensions/attr_list.html) |
+[Python-Markdown Extra](https://pythonhosted.org/Markdown/extensions/extra.html) |
extension is active and allows specifying custom attributes for the generated |
-HTML tags. |
+HTML tags, and HTML block elements that contain Markdown. |
Sebastian Noack
2015/11/26 14:23:51
I think there isn't supposed to be a comma before
Sebastian Noack
2015/11/26 14:23:51
Apparently, that is not the only thing the extra e
saroyanm
2015/11/26 14:29:48
Maybe make sense to make description more general,
kzar
2015/11/26 14:41:24
Done.
|
Any content between `<head>` and `</head>` tags will be inserted into the head |
of the generated web page, this is meant for styles, scripts and the like. |