Lines Matching refs:text
22 <style type="text/css">
26 a:link { color: #258aaf; text-decoration: none}
27 a:hover { color: #459aaf; text-decoration: underline }
28 a:visited { color: #154a5f; text-decoration: none}
33 .entries_header { background-color: #dddddd; text-align: center}
38 .toc_deprecated { text-decoration:line-through; }
57 .entry_name_deprecated { text-decoration:line-through; }
80 text-align: center; font-size: 1.1em; margin-left: 0em; margin-right: 0em; }
112 def br(text):
113 return re.sub(r"(\r?\n)(\r?\n)", r"\1<br>\2<br>", text)
139 def md_html(text):
140 return md(text, IMAGE_SRC_METADATA)
144 def linkify_filter(text):
145 tagged_text = filter_tags(text, metadata, html_anchor)