CHANGES.txt
LICENSE
MANIFEST.in
README.md
TESTING.txt
pyproject.toml
setup.cfg
setup.py
tox.ini
src/html5lib_to_markdown/__init__.py
src/html5lib_to_markdown/_compat.py
src/html5lib_to_markdown/markdown_info.py
src/html5lib_to_markdown/tokens.py
src/html5lib_to_markdown/transformer.py
src/html5lib_to_markdown/utils.py
src/html5lib_to_markdown.egg-info/PKG-INFO
src/html5lib_to_markdown.egg-info/SOURCES.txt
src/html5lib_to_markdown.egg-info/dependency_links.txt
src/html5lib_to_markdown.egg-info/not-zip-safe
src/html5lib_to_markdown.egg-info/requires.txt
src/html5lib_to_markdown.egg-info/top_level.txt
tests/__init__.py
tests/tests_unit/__init__.py
tests/tests_unit/test_transformations.py
tests/tests_unit/fixtures-transformations/0001-simple.html
tests/tests_unit/fixtures-transformations/0001-simple.md
tests/tests_unit/fixtures-transformations/0002-p_header.html
tests/tests_unit/fixtures-transformations/0002-p_header.md
tests/tests_unit/fixtures-transformations/0003-p_header_alt.html
tests/tests_unit/fixtures-transformations/0003-p_header_alt.md
tests/tests_unit/fixtures-transformations/0004-blockquote_nested_a.html
tests/tests_unit/fixtures-transformations/0004-blockquote_nested_a.md
tests/tests_unit/fixtures-transformations/0005-code.html
tests/tests_unit/fixtures-transformations/0005-code.md
tests/tests_unit/fixtures-transformations/0006-blockquote_nested_lists.html
tests/tests_unit/fixtures-transformations/0006-blockquote_nested_lists.md
tests/tests_unit/fixtures-transformations/0007-ends_on_hr.html
tests/tests_unit/fixtures-transformations/0007-ends_on_hr.md
tests/tests_unit/fixtures-transformations/0008-ends_on_hr_br.html
tests/tests_unit/fixtures-transformations/0008-ends_on_hr_br.md
tests/tests_unit/fixtures-transformations/0009-pre_code_pre.html
tests/tests_unit/fixtures-transformations/0009-pre_code_pre.md
tests/tests_unit/fixtures-transformations/0010-whitespace.html
tests/tests_unit/fixtures-transformations/0010-whitespace.md
tests/tests_unit/fixtures-transformations/0011-blockquote_spacing.html
tests/tests_unit/fixtures-transformations/0011-blockquote_spacing.md
tests/tests_unit/fixtures-transformations/0012-heading.html
tests/tests_unit/fixtures-transformations/0012-heading.md
tests/tests_unit/fixtures-transformations/0013-p_simple.html
tests/tests_unit/fixtures-transformations/0013-p_simple.md
tests/tests_unit/fixtures-transformations/0014-hr_code.html
tests/tests_unit/fixtures-transformations/0014-hr_code.md
tests/tests_unit/fixtures-transformations/0015-nest_list_simple.html
tests/tests_unit/fixtures-transformations/0015-nest_list_simple.md
tests/tests_unit/fixtures-transformations/0016-pre_code.html
tests/tests_unit/fixtures-transformations/0016-pre_code.md
tests/tests_unit/fixtures-transformations/0017-script--strip_scripts=False.md
tests/tests_unit/fixtures-transformations/0017-script.html
tests/tests_unit/fixtures-transformations/0017-script.md
tests/tests_unit/fixtures-transformations/0018-blockquoted_things.html
tests/tests_unit/fixtures-transformations/0018-blockquoted_things.md
tests/tests_unit/fixtures-transformations/0019-improper_nests.html
tests/tests_unit/fixtures-transformations/0019-improper_nests.md
tests/tests_unit/fixtures-transformations/0020-blockquoted_things_alt.html
tests/tests_unit/fixtures-transformations/0020-blockquoted_things_alt.md
tests/tests_unit/fixtures-transformations/0021-blockquoted_things_alt_2.html
tests/tests_unit/fixtures-transformations/0021-blockquoted_things_alt_2.md
tests/tests_unit/fixtures-transformations/0022-nested.html
tests/tests_unit/fixtures-transformations/0022-nested.md
tests/tests_unit/fixtures-transformations/0023-links--a_simple_links=True.md
tests/tests_unit/fixtures-transformations/0023-links.html
tests/tests_unit/fixtures-transformations/0023-links.md
tests/tests_unit/fixtures-transformations/0024-angled_link.html
tests/tests_unit/fixtures-transformations/0024-angled_link.md
tests/tests_unit/fixtures-transformations/0025-a-0-img_prefix_suffix--img_as_tag=True.md
tests/tests_unit/fixtures-transformations/0025-a-0-img_prefix_suffix.html
tests/tests_unit/fixtures-transformations/0025-a-0-img_prefix_suffix.md
tests/tests_unit/fixtures-transformations/0025-a-1-img_prefix_suffix_oneline--img_as_tag=True.md
tests/tests_unit/fixtures-transformations/0025-a-1-img_prefix_suffix_oneline.html
tests/tests_unit/fixtures-transformations/0025-a-1-img_prefix_suffix_oneline.md
tests/tests_unit/fixtures-transformations/0025-b-0-img_prefix--img_as_tag=True.md
tests/tests_unit/fixtures-transformations/0025-b-0-img_prefix.html
tests/tests_unit/fixtures-transformations/0025-b-0-img_prefix.md
tests/tests_unit/fixtures-transformations/0025-b-1-img_prefix_oneline--img_as_tag=True.md
tests/tests_unit/fixtures-transformations/0025-b-1-img_prefix_oneline.html
tests/tests_unit/fixtures-transformations/0025-b-1-img_prefix_oneline.md
tests/tests_unit/fixtures-transformations/0025-c-0-img_suffix--img_as_tag=True.md
tests/tests_unit/fixtures-transformations/0025-c-0-img_suffix.html
tests/tests_unit/fixtures-transformations/0025-c-0-img_suffix.md
tests/tests_unit/fixtures-transformations/0025-c-1-img_suffix_oneline--img_as_tag=True.md
tests/tests_unit/fixtures-transformations/0025-c-1-img_suffix_oneline.html
tests/tests_unit/fixtures-transformations/0025-c-1-img_suffix_oneline.md
tests/tests_unit/fixtures-transformations/0025-d-img_bare--img_as_tag=True.md
tests/tests_unit/fixtures-transformations/0025-d-img_bare.html
tests/tests_unit/fixtures-transformations/0025-d-img_bare.md
tests/tests_unit/fixtures-transformations/0026-d-a_bare--a_as_tag=True.md
tests/tests_unit/fixtures-transformations/0026-d-a_bare--a_simple_links=True.md
tests/tests_unit/fixtures-transformations/0026-d-a_bare--parse_markdown_simplelink=False.md
tests/tests_unit/fixtures-transformations/0026-d-a_bare.html
tests/tests_unit/fixtures-transformations/0026-d-a_bare.md
tests/tests_unit/fixtures-transformations/0097-involved.html
tests/tests_unit/fixtures-transformations/0097-involved.md
tests/tests_unit/fixtures-transformations/0098-involved.html
tests/tests_unit/fixtures-transformations/0098-involved.md
tests/tests_unit/fixtures-transformations/0099-involved--a_simple_links=True.md
tests/tests_unit/fixtures-transformations/0099-involved--parse_markdown_simplelink=False.md
tests/tests_unit/fixtures-transformations/0099-involved.html
tests/tests_unit/fixtures-transformations/0099-involved.md
tests/tests_unit/fixtures-transformations/flow_0001.html
tests/tests_unit/fixtures-transformations/flow_0001.md