pyhtml2md 1.6.2__tar.gz → 1.6.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pyhtml2md might be problematic. Click here for more details.
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/.github/workflows/wheels.yml +2 -1
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/CHANGELOG.md +6 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/CMakeLists.txt +1 -1
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/PKG-INFO +1 -1
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/pyproject.toml +1 -1
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/src/html2md.cpp +1 -1
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/test_advanced.py +23 -14
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/.clang-format +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/.github/CODEOWNERS +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/.github/ISSUE_TEMPLATE/question.md +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/.github/dependabot.yml +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/.github/workflows/build.yml +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/.github/workflows/release.yml +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/.github/workflows/website.yml +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/.gitignore +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/.gitmodules +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/CONTRIBUTING.md +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/COPYING +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/MANIFEST.in +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/README.md +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/SECURITY.md +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/cli/main.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/cmake/Doc.cmake +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/cmake/Packaging.cmake +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/docs/Doxyfile +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/docs/doxygen-awesome-css/.gitignore +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/docs/doxygen-awesome-css/LICENSE +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/docs/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/docs/doxygen-awesome-css/doxygen-awesome-fragment-copy-button.js +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/docs/doxygen-awesome-css/doxygen-awesome-interactive-toc.js +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/docs/doxygen-awesome-css/doxygen-awesome-paragraph-link.js +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/docs/doxygen-awesome-css/doxygen-awesome-sidebar-only-darkmode-toggle.css +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/docs/doxygen-awesome-css/doxygen-awesome-sidebar-only.css +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/docs/doxygen-awesome-css/doxygen-awesome.css +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/docs/doxygen-awesome-css/doxygen-custom/custom.css +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/docs/doxygen-awesome-css/doxygen-custom/header.html +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/docs/index.md +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/html2md.pc.in +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/html2mdConfig.cmake.in +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/include/html2md.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/include/table.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/js/bindings.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/README.md +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/bindings.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/.appveyor.yml +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/.clang-format +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/.clang-tidy +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/.cmake-format.yaml +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/.codespell-ignore-lines +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/.gitattributes +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/.github/CODEOWNERS +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/.github/CONTRIBUTING.md +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/.github/ISSUE_TEMPLATE/bug-report.yml +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/.github/dependabot.yml +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/.github/labeler.yml +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/.github/labeler_merged.yml +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/.github/matchers/pylint.json +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/.github/pull_request_template.md +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/.github/workflows/ci.yml +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/.github/workflows/configure.yml +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/.github/workflows/format.yml +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/.github/workflows/labeler.yml +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/.github/workflows/pip.yml +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/.github/workflows/upstream.yml +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/.gitignore +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/.pre-commit-config.yaml +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/.readthedocs.yml +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/LICENSE +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/MANIFEST.in +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/README.rst +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/SECURITY.md +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/Doxyfile +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/_static/css/custom.css +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/advanced/cast/chrono.rst +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/advanced/cast/custom.rst +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/advanced/cast/eigen.rst +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/advanced/cast/functional.rst +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/advanced/cast/index.rst +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/advanced/cast/overview.rst +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/advanced/cast/stl.rst +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/advanced/cast/strings.rst +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/advanced/classes.rst +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/advanced/embedding.rst +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/advanced/exceptions.rst +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/advanced/functions.rst +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/advanced/misc.rst +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/advanced/pycpp/index.rst +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/advanced/pycpp/numpy.rst +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/advanced/pycpp/object.rst +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/advanced/pycpp/utilities.rst +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/advanced/smart_ptrs.rst +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/basics.rst +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/benchmark.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/benchmark.rst +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/changelog.rst +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/classes.rst +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/cmake/index.rst +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/compiling.rst +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/conf.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/faq.rst +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/index.rst +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/installing.rst +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/limitations.rst +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/pybind11-logo.png +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/pybind11_vs_boost_python1.png +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/pybind11_vs_boost_python1.svg +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/pybind11_vs_boost_python2.png +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/pybind11_vs_boost_python2.svg +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/reference.rst +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/release.rst +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/requirements.in +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/requirements.txt +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/docs/upgrade.rst +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/attr.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/buffer_info.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/cast.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/chrono.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/common.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/complex.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/detail/class.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/detail/common.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/detail/descr.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/detail/init.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/detail/internals.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/detail/type_caster_base.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/detail/typeid.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/eigen/common.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/eigen/matrix.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/eigen/tensor.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/eigen.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/embed.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/eval.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/functional.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/gil.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/gil_safe_call_once.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/iostream.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/numpy.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/operators.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/options.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/pybind11.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/pytypes.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/stl/filesystem.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/stl.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/stl_bind.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/type_caster_pyobject_ptr.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/typing.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/noxfile.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/pybind11/__init__.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/pybind11/__main__.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/pybind11/_version.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/pybind11/commands.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/pybind11/py.typed +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/pybind11/setup_helpers.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/pyproject.toml +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/setup.cfg +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/setup.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/conftest.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/constructor_stats.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/cross_module_gil_utils.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/cross_module_interleaved_error_already_set.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/eigen_tensor_avoid_stl_array.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/env.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/extra_python_package/pytest.ini +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/extra_python_package/test_files.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/extra_setuptools/pytest.ini +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/extra_setuptools/test_setuphelper.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/local_bindings.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/object.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/pybind11_cross_module_tests.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/pybind11_tests.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/pybind11_tests.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/pytest.ini +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/requirements.txt +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_async.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_async.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_buffers.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_buffers.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_builtin_casters.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_builtin_casters.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_call_policies.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_call_policies.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_callbacks.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_callbacks.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_chrono.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_chrono.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_class.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_class.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_cmake_build/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_cmake_build/embed.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_cmake_build/main.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_cmake_build/test.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_const_name.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_const_name.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_constants_and_functions.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_constants_and_functions.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_copy_move.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_copy_move.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_custom_type_casters.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_custom_type_casters.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_custom_type_setup.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_custom_type_setup.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_docstring_options.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_docstring_options.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_eigen_matrix.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_eigen_matrix.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_eigen_tensor.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_eigen_tensor.inl +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_eigen_tensor.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_embed/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_embed/catch.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_embed/external_module.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_embed/test_interpreter.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_embed/test_interpreter.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_embed/test_trampoline.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_enum.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_enum.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_eval.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_eval.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_eval_call.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_exceptions.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_exceptions.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_exceptions.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_factory_constructors.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_factory_constructors.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_gil_scoped.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_gil_scoped.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_iostream.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_iostream.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_kwargs_and_defaults.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_kwargs_and_defaults.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_local_bindings.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_local_bindings.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_methods_and_attributes.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_methods_and_attributes.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_modules.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_modules.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_multiple_inheritance.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_multiple_inheritance.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_numpy_array.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_numpy_array.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_numpy_dtypes.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_numpy_dtypes.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_numpy_vectorize.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_numpy_vectorize.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_opaque_types.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_opaque_types.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_operator_overloading.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_operator_overloading.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_pickling.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_pickling.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_python_multiple_inheritance.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_python_multiple_inheritance.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_pytypes.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_pytypes.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_sequences_and_iterators.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_sequences_and_iterators.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_smart_ptr.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_smart_ptr.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_stl.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_stl.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_stl_binders.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_stl_binders.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_tagbased_polymorphic.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_tagbased_polymorphic.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_thread.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_thread.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_type_caster_pyobject_ptr.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_type_caster_pyobject_ptr.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_union.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_union.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_unnamed_namespace_a.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_unnamed_namespace_a.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_unnamed_namespace_b.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_unnamed_namespace_b.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_vector_unique_ptr_member.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_vector_unique_ptr_member.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_virtual_functions.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/test_virtual_functions.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/valgrind-numpy-scipy.supp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/valgrind-python.supp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tools/FindCatch.cmake +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tools/FindEigen3.cmake +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tools/FindPythonLibsNew.cmake +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tools/JoinPaths.cmake +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tools/check-style.sh +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tools/cmake_uninstall.cmake.in +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tools/codespell_ignore_lines_from_errors.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tools/libsize.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tools/make_changelog.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tools/pybind11.pc.in +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tools/pybind11Common.cmake +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tools/pybind11Config.cmake.in +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tools/pybind11GuessPythonExtSuffix.cmake +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tools/pybind11NewTools.cmake +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tools/pybind11Tools.cmake +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tools/pyproject.toml +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tools/setup_global.py.in +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tools/setup_main.py.in +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tools/test-pybind11GuessPythonExtSuffix.cmake +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/scripts/clang-format.sh +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/src/table.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/README.md +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/blockquote.md +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/breaks.md +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/code.md +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/comment.html +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/escaping.md +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/formating.md +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/links.md +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/lists.md +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/main.cpp +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/.gitignore +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/.travis.yml +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/CHANGELOG.md +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/LICENSE.md +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/README.md +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/appveyor.yml +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/codecov.yml +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/md2html/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/md2html/cmdline.c +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/md2html/cmdline.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/md2html/md2html.1 +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/md2html/md2html.c +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/scripts/build_folding_map.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/scripts/build_punct_map.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/scripts/build_symbol_map.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/scripts/build_whitespace_map.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/scripts/coverity.sh +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/scripts/run-tests.sh +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/scripts/unicode/CaseFolding.txt +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/scripts/unicode/DerivedGeneralCategory.txt +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/src/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/src/entity.c +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/src/entity.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/src/md4c-html.c +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/src/md4c-html.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/src/md4c-html.pc.in +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/src/md4c.c +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/src/md4c.h +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/src/md4c.pc.in +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/test/LICENSE +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/test/cmark.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/test/coverage.txt +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/test/fuzz-input/commonmark.md +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/test/fuzz-input/gfm.md +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/test/fuzz-input/latex-math.md +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/test/fuzz-input/wiki.md +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/test/fuzzers/fuzz-mdhtml.c +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/test/heading-auto-identifier.txt +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/test/latex-math.txt +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/test/normalize.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/test/pathological_auto_ident_tests.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/test/pathological_tests.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/test/permissive-email-autolinks.txt +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/test/permissive-url-autolinks.txt +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/test/permissive-www-autolinks.txt +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/test/spec.txt +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/test/spec_tests.py +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/test/strikethrough.txt +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/test/tables.txt +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/test/tasklists.txt +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/test/toc-mark.txt +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/test/toc.txt +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/test/underline.txt +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/md4c/test/wiki-links.txt +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/tables.md +0 -0
- {pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/tests/test_basic.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyhtml2md
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.4
|
|
4
4
|
Summary: Transform your HTML into clean, easy-to-read markdown with pyhtml2md.
|
|
5
5
|
Keywords: html,markdown,html-to-markdown,python3,cpp17,cpp-library,html2markdown,html2md
|
|
6
6
|
Author-Email: Tim Gromeyer <sakul8826@gmail.com>
|
|
@@ -11,7 +11,7 @@ description = "Transform your HTML into clean, easy-to-read markdown with pyhtml
|
|
|
11
11
|
readme = "python/README.md"
|
|
12
12
|
requires-python = ">=3.7"
|
|
13
13
|
license = { text = "MIT" }
|
|
14
|
-
version = "1.6.
|
|
14
|
+
version = "1.6.4"
|
|
15
15
|
classifiers = [
|
|
16
16
|
"Intended Audience :: Developers",
|
|
17
17
|
"License :: OSI Approved :: MIT License",
|
|
@@ -620,7 +620,7 @@ void Converter::TagBreak::OnHasLeftOpeningTag(Converter *c) {
|
|
|
620
620
|
c->appendToMd(Repeat(" ", c->index_li));
|
|
621
621
|
} else if (c->is_in_table_) {
|
|
622
622
|
c->appendToMd("<br>");
|
|
623
|
-
} else if (!c->is_in_p_) {
|
|
623
|
+
} else if (!c->is_in_p_ && !c->prev_tag_.empty()) {
|
|
624
624
|
c->appendToMd("\n<br>\n\n");
|
|
625
625
|
} else if (c->md_.length() > 0)
|
|
626
626
|
c->appendToMd(" \n");
|
|
@@ -55,6 +55,28 @@ def test_complex_formatting():
|
|
|
55
55
|
assert "1. Numbered one" in result
|
|
56
56
|
assert "2. Numbered two" in result
|
|
57
57
|
|
|
58
|
+
def test_line_breaks():
|
|
59
|
+
# Test br outside paragraphs
|
|
60
|
+
assert "Text \nText2" in pyhtml2md.convert("Text<br>Text2")
|
|
61
|
+
|
|
62
|
+
# Test br inside paragraphs
|
|
63
|
+
assert "Line 1 \nLine 2" in pyhtml2md.convert("<p>Line 1<br>Line 2</p>")
|
|
64
|
+
|
|
65
|
+
# Test br with bullet points in paragraph
|
|
66
|
+
assert "Primary Colors: \n• Red \n• Blue \n• Yellow" in pyhtml2md.convert("<p>Primary Colors:<br>• Red<br>• Blue<br>• Yellow</p>")
|
|
67
|
+
|
|
68
|
+
# Test soft line break settings
|
|
69
|
+
html = "A very long line of text that should be wrapped according to the soft break and hard break settings"
|
|
70
|
+
options = pyhtml2md.Options()
|
|
71
|
+
options.splitLines = True
|
|
72
|
+
options.softBreak = 20
|
|
73
|
+
options.hardBreak = 30
|
|
74
|
+
|
|
75
|
+
converter = pyhtml2md.Converter(html, options)
|
|
76
|
+
result = converter.convert()
|
|
77
|
+
lines = result.split('\n')
|
|
78
|
+
assert any(len(line) <= 30 for line in lines)
|
|
79
|
+
|
|
58
80
|
def test_table_formatting():
|
|
59
81
|
html = """
|
|
60
82
|
<table>
|
|
@@ -68,21 +90,8 @@ def test_table_formatting():
|
|
|
68
90
|
result = converter.convert()
|
|
69
91
|
|
|
70
92
|
assert "|" in result
|
|
71
|
-
# assert "Header 1" in result # BUG: The generated table is wrong, don't uncomment this
|
|
72
93
|
assert "Data 1" in result
|
|
73
94
|
|
|
74
|
-
def test_line_breaks():
|
|
75
|
-
html = "A very long line of text that should be wrapped according to the soft break and hard break settings"
|
|
76
|
-
options = pyhtml2md.Options()
|
|
77
|
-
options.splitLines = True
|
|
78
|
-
options.softBreak = 20
|
|
79
|
-
options.hardBreak = 30
|
|
80
|
-
|
|
81
|
-
converter = pyhtml2md.Converter(html, options)
|
|
82
|
-
result = converter.convert()
|
|
83
|
-
lines = result.split('\n')
|
|
84
|
-
assert any(len(line) <= 30 for line in lines)
|
|
85
|
-
|
|
86
95
|
def test_error_handling():
|
|
87
96
|
# Test with malformed HTML
|
|
88
97
|
html = "<p>Unclosed paragraph"
|
|
@@ -134,4 +143,4 @@ def test_nested_structures():
|
|
|
134
143
|
assert "**list**" in result
|
|
135
144
|
|
|
136
145
|
if __name__ == "__main__":
|
|
137
|
-
pytest.main([__file__])
|
|
146
|
+
pytest.main([__file__])
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/docs/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js
RENAMED
|
File without changes
|
{pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/docs/doxygen-awesome-css/doxygen-awesome-fragment-copy-button.js
RENAMED
|
File without changes
|
{pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/docs/doxygen-awesome-css/doxygen-awesome-interactive-toc.js
RENAMED
|
File without changes
|
{pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/docs/doxygen-awesome-css/doxygen-awesome-paragraph-link.js
RENAMED
|
File without changes
|
|
File without changes
|
{pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/docs/doxygen-awesome-css/doxygen-awesome-sidebar-only.css
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/detail/type_caster_base.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/include/pybind11/type_caster_pyobject_ptr.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/extra_python_package/test_files.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyhtml2md-1.6.2 → pyhtml2md-1.6.4}/python/pybind11/tests/extra_setuptools/test_setuphelper.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|