Searched defs:tidy (Results 1 - 2 of 2) sorted by relevance

/external/markdown/markdown/extensions/
H A Dhtml_tidy.py15 [HTML Tidy]: http://tidy.sourceforge.net/
17 [options]: http://tidy.sourceforge.net/docs/quickref.html
32 import tidy namespace
49 md.postprocessors['tidy'] = TidyProcessor(md)
57 return unicode(tidy.parseString(text.encode('utf-8'),
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dutil.rb23 def tidy( here_doc, flow = false ) method in class:ANTLR3.Util.parse_version

Completed in 484 milliseconds