Definition at line 124 of file htmlutils.py.
◆ get_shortdoc_from_html()
| def robot.libdocpkg.htmlutils.HtmlToText.get_shortdoc_from_html |
( |
|
self, |
|
|
|
doc |
|
) |
| |
◆ html_to_plain_text()
| def robot.libdocpkg.htmlutils.HtmlToText.html_to_plain_text |
( |
|
self, |
|
|
|
doc |
|
) |
| |
◆ html_chars
| dictionary robot.libdocpkg.htmlutils.HtmlToText.html_chars |
|
static |
Initial value:= {
'<br */?>': '\n',
'&': '&',
'<': '<',
'>': '>',
'"': '"',
''': "'"
}
Definition at line 133 of file htmlutils.py.
◆ html_tags
| dictionary robot.libdocpkg.htmlutils.HtmlToText.html_tags |
|
static |
Initial value:= {
'b': '*',
'i': '_',
'strong': '*',
'em': '_',
'code': '``',
'div.*?': ''
}
Definition at line 125 of file htmlutils.py.
The documentation for this class was generated from the following file: