Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: README.md

Issue 29331049: Issue 3354 - Enable extras module for Markdown inside HTML blocks (Closed)
Patch Set: Add all Markdown extra extensions to hiddenimports list Created Nov. 27, 2015, 9:43 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cms/converters.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index c7d2cb182d5d3171a553c1f50ef599bf5f7f3289..3f7656f4c2bf10e7352cffab64fb4bb019be9bf6 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, HTML block elements that contain Markdown and more.
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.
« no previous file with comments | « no previous file | cms/converters.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld