Home
last modified time | relevance | path

Searched refs:HTML_REMOVED_TEXT (Results 1 – 3 of 3) sorted by relevance

/external/markdown/markdown/
Dpostprocessors.py53 html = markdown.HTML_REMOVED_TEXT
D__init__.py69 HTML_REMOVED_TEXT = "[HTML_REMOVED]" # text used instead of HTML in safe mode variable
/external/markdown/docs/
Dusing_as_module.txt109 with the text defined in ``markdown.HTML_REMOVED_TEXT`` which defaults to
112 markdown.HTML_REMOVED_TEXT = "--RAW HTML IS NOT ALLOWED--"
115 **Note**: You could edit the value of ``HTML_REMOVED_TEXT`` directly in