Searched refs:ATTR_RE (Results 1 - 1 of 1) sorted by relevance

/external/markdown/markdown/
H A Dinlinepatterns.py102 ATTR_RE = re.compile("\{@([^\}]*)=([^\}]*)}") # {@id=123} variable
108 return ATTR_RE.sub(attributeCallback, text)

Completed in 128 milliseconds