Home | Trees | Indices | Help |
|
---|
|
html2text: Turn HTML into equivalent Markdown-structured text.
There is some specific mtconvter code at the end to define the html to text transformation.
Copyright (C) 2004-2008 Aaron Swartz. GNU GPL 3. Copyright (C) 2008 Logilab S.A.
Version: 2.38
Author: Aaron Swartz (me@aaronsw.com)
Copyright: (C) 2004-2008 Aaron Swartz. GNU GPL 3.
Classes | |
html_to_formatted_text transforms html to formatted plain text |
Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Variables | |
__contributors__ = ["Martin 'Joey' Schulze", "Ricardo Reyes",
|
|
UNICODE_SNOB = 0
|
|
LINKS_EACH_PARAGRAPH = 0
|
|
BODY_WIDTH = 78
|
|
SKIP_INTERNAL_LINKS = False
|
|
unifiable = {'rsquo': "'", 'lsquo': "'", 'rdquo': '"', 'ldquo'
|
|
unifiable_n = {}
|
|
r_unescape = re.compile(r"&(#?[xX]?(?:[0-9a-fA-F]+|\w{1,8}));")
|
Variables Details |
__contributors__
|
unifiable
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Mar 14 19:07:55 2016 | http://epydoc.sourceforge.net |