Do not use inline link but display links regulary
This commit is contained in:
parent
5e2af20be1
commit
e1ee2fb1e8
1 changed files with 2 additions and 0 deletions
|
|
@ -65,6 +65,8 @@ try:
|
|||
import html2text as h2t
|
||||
h2t.UNICODE_SNOB = 1
|
||||
h2t.SKIP_INTERNAL_LINKS = True
|
||||
h2t.INLINE_LINKS = False
|
||||
h2t.LINKS_EACH_PARAGRAPH = True
|
||||
html2text = h2t.html2text
|
||||
except ImportError:
|
||||
warning('python-html2text is not present. HTML pages will not be converted into text.')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue