README 311 B

12345678910
  1. For documentation, see docs/html/index.html in this distribution, or
  2. http://countergram.com/open-source/pytidylib/
  3. Small example of use:
  4. from tidylib import tidy_document
  5. document, errors = tidy_document('''<p>f&otilde;o <img src="bar.jpg">''',
  6. options={'numeric-entities':1})
  7. print document
  8. print errors