Home
last modified time | relevance | path

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

/external/markdown/markdown/
Dpostprocessors.py56 (markdown.preprocessors.HTML_PLACEHOLDER % i),
58 text = text.replace(markdown.preprocessors.HTML_PLACEHOLDER % i,
Dpreprocessors.py14 HTML_PLACEHOLDER = HTML_PLACEHOLDER_PREFIX + "%d" + markdown.ETX variable
67 placeholder = HTML_PLACEHOLDER % self.html_counter
/external/markdown/
Dregression-tests.py105 markdown.preprocessors.HTML_PLACEHOLDER % 0)
113 markdown.preprocessors.HTML_PLACEHOLDER % 1)