Home
last modified time | relevance | path

Searched refs:BOLD_TEXT_STYLE_VALUES (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/py-html2text2018/html2text-2018.1.9/html2text/
H A Dconfig.py37 BOLD_TEXT_STYLE_VALUES = ('bold', '700', '800', '900') variable
H A D__init__.py237 for bold_marker in config.BOLD_TEXT_STYLE_VALUES:
/dports/textproc/py-html2text/html2text-2020.1.16/html2text/
H A Dconfig.py38 BOLD_TEXT_STYLE_VALUES = ("bold", "700", "800", "900") variable
H A D__init__.py238 for bold_marker in config.BOLD_TEXT_STYLE_VALUES: