pyhtml2md 1.6.1__tar.gz → 1.6.2__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.1 → pyhtml2md-1.6.2}/CHANGELOG.md +3 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/CMakeLists.txt +1 -1
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/PKG-INFO +1 -1
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/pyproject.toml +1 -1
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/src/html2md.cpp +3 -3
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/test_advanced.py +13 -1
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/.clang-format +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/.github/CODEOWNERS +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/.github/ISSUE_TEMPLATE/question.md +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/.github/dependabot.yml +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/.github/workflows/build.yml +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/.github/workflows/release.yml +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/.github/workflows/website.yml +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/.github/workflows/wheels.yml +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/.gitignore +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/.gitmodules +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/CONTRIBUTING.md +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/COPYING +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/MANIFEST.in +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/README.md +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/SECURITY.md +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/cli/main.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/cmake/Doc.cmake +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/cmake/Packaging.cmake +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/docs/Doxyfile +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/docs/doxygen-awesome-css/.gitignore +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/docs/doxygen-awesome-css/LICENSE +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/docs/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/docs/doxygen-awesome-css/doxygen-awesome-fragment-copy-button.js +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/docs/doxygen-awesome-css/doxygen-awesome-interactive-toc.js +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/docs/doxygen-awesome-css/doxygen-awesome-paragraph-link.js +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/docs/doxygen-awesome-css/doxygen-awesome-sidebar-only-darkmode-toggle.css +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/docs/doxygen-awesome-css/doxygen-awesome-sidebar-only.css +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/docs/doxygen-awesome-css/doxygen-awesome.css +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/docs/doxygen-awesome-css/doxygen-custom/custom.css +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/docs/doxygen-awesome-css/doxygen-custom/header.html +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/docs/index.md +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/html2md.pc.in +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/html2mdConfig.cmake.in +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/include/html2md.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/include/table.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/js/bindings.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/README.md +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/bindings.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/.appveyor.yml +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/.clang-format +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/.clang-tidy +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/.cmake-format.yaml +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/.codespell-ignore-lines +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/.gitattributes +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/.github/CODEOWNERS +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/.github/CONTRIBUTING.md +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/.github/ISSUE_TEMPLATE/bug-report.yml +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/.github/dependabot.yml +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/.github/labeler.yml +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/.github/labeler_merged.yml +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/.github/matchers/pylint.json +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/.github/pull_request_template.md +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/.github/workflows/ci.yml +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/.github/workflows/configure.yml +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/.github/workflows/format.yml +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/.github/workflows/labeler.yml +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/.github/workflows/pip.yml +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/.github/workflows/upstream.yml +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/.gitignore +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/.pre-commit-config.yaml +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/.readthedocs.yml +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/LICENSE +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/MANIFEST.in +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/README.rst +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/SECURITY.md +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/Doxyfile +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/_static/css/custom.css +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/advanced/cast/chrono.rst +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/advanced/cast/custom.rst +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/advanced/cast/eigen.rst +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/advanced/cast/functional.rst +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/advanced/cast/index.rst +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/advanced/cast/overview.rst +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/advanced/cast/stl.rst +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/advanced/cast/strings.rst +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/advanced/classes.rst +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/advanced/embedding.rst +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/advanced/exceptions.rst +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/advanced/functions.rst +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/advanced/misc.rst +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/advanced/pycpp/index.rst +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/advanced/pycpp/numpy.rst +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/advanced/pycpp/object.rst +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/advanced/pycpp/utilities.rst +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/advanced/smart_ptrs.rst +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/basics.rst +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/benchmark.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/benchmark.rst +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/changelog.rst +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/classes.rst +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/cmake/index.rst +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/compiling.rst +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/conf.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/faq.rst +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/index.rst +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/installing.rst +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/limitations.rst +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/pybind11-logo.png +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/pybind11_vs_boost_python1.png +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/pybind11_vs_boost_python1.svg +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/pybind11_vs_boost_python2.png +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/pybind11_vs_boost_python2.svg +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/reference.rst +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/release.rst +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/requirements.in +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/requirements.txt +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/docs/upgrade.rst +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/include/pybind11/attr.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/include/pybind11/buffer_info.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/include/pybind11/cast.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/include/pybind11/chrono.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/include/pybind11/common.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/include/pybind11/complex.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/include/pybind11/detail/class.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/include/pybind11/detail/common.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/include/pybind11/detail/descr.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/include/pybind11/detail/init.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/include/pybind11/detail/internals.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/include/pybind11/detail/type_caster_base.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/include/pybind11/detail/typeid.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/include/pybind11/eigen/common.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/include/pybind11/eigen/matrix.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/include/pybind11/eigen/tensor.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/include/pybind11/eigen.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/include/pybind11/embed.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/include/pybind11/eval.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/include/pybind11/functional.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/include/pybind11/gil.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/include/pybind11/gil_safe_call_once.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/include/pybind11/iostream.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/include/pybind11/numpy.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/include/pybind11/operators.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/include/pybind11/options.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/include/pybind11/pybind11.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/include/pybind11/pytypes.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/include/pybind11/stl/filesystem.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/include/pybind11/stl.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/include/pybind11/stl_bind.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/include/pybind11/type_caster_pyobject_ptr.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/include/pybind11/typing.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/noxfile.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/pybind11/__init__.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/pybind11/__main__.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/pybind11/_version.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/pybind11/commands.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/pybind11/py.typed +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/pybind11/setup_helpers.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/pyproject.toml +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/setup.cfg +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/setup.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/conftest.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/constructor_stats.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/cross_module_gil_utils.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/cross_module_interleaved_error_already_set.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/eigen_tensor_avoid_stl_array.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/env.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/extra_python_package/pytest.ini +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/extra_python_package/test_files.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/extra_setuptools/pytest.ini +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/extra_setuptools/test_setuphelper.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/local_bindings.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/object.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/pybind11_cross_module_tests.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/pybind11_tests.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/pybind11_tests.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/pytest.ini +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/requirements.txt +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_async.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_async.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_buffers.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_buffers.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_builtin_casters.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_builtin_casters.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_call_policies.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_call_policies.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_callbacks.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_callbacks.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_chrono.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_chrono.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_class.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_class.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_cmake_build/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_cmake_build/embed.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_cmake_build/main.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_cmake_build/test.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_const_name.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_const_name.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_constants_and_functions.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_constants_and_functions.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_copy_move.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_copy_move.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_custom_type_casters.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_custom_type_casters.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_custom_type_setup.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_custom_type_setup.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_docstring_options.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_docstring_options.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_eigen_matrix.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_eigen_matrix.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_eigen_tensor.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_eigen_tensor.inl +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_eigen_tensor.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_embed/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_embed/catch.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_embed/external_module.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_embed/test_interpreter.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_embed/test_interpreter.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_embed/test_trampoline.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_enum.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_enum.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_eval.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_eval.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_eval_call.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_exceptions.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_exceptions.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_exceptions.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_factory_constructors.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_factory_constructors.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_gil_scoped.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_gil_scoped.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_iostream.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_iostream.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_kwargs_and_defaults.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_kwargs_and_defaults.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_local_bindings.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_local_bindings.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_methods_and_attributes.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_methods_and_attributes.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_modules.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_modules.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_multiple_inheritance.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_multiple_inheritance.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_numpy_array.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_numpy_array.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_numpy_dtypes.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_numpy_dtypes.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_numpy_vectorize.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_numpy_vectorize.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_opaque_types.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_opaque_types.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_operator_overloading.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_operator_overloading.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_pickling.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_pickling.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_python_multiple_inheritance.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_python_multiple_inheritance.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_pytypes.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_pytypes.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_sequences_and_iterators.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_sequences_and_iterators.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_smart_ptr.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_smart_ptr.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_stl.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_stl.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_stl_binders.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_stl_binders.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_tagbased_polymorphic.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_tagbased_polymorphic.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_thread.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_thread.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_type_caster_pyobject_ptr.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_type_caster_pyobject_ptr.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_union.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_union.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_unnamed_namespace_a.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_unnamed_namespace_a.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_unnamed_namespace_b.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_unnamed_namespace_b.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_vector_unique_ptr_member.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_vector_unique_ptr_member.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_virtual_functions.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/test_virtual_functions.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/valgrind-numpy-scipy.supp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tests/valgrind-python.supp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tools/FindCatch.cmake +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tools/FindEigen3.cmake +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tools/FindPythonLibsNew.cmake +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tools/JoinPaths.cmake +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tools/check-style.sh +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tools/cmake_uninstall.cmake.in +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tools/codespell_ignore_lines_from_errors.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tools/libsize.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tools/make_changelog.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tools/pybind11.pc.in +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tools/pybind11Common.cmake +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tools/pybind11Config.cmake.in +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tools/pybind11GuessPythonExtSuffix.cmake +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tools/pybind11NewTools.cmake +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tools/pybind11Tools.cmake +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tools/pyproject.toml +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tools/setup_global.py.in +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tools/setup_main.py.in +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/python/pybind11/tools/test-pybind11GuessPythonExtSuffix.cmake +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/scripts/clang-format.sh +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/src/table.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/README.md +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/blockquote.md +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/breaks.md +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/code.md +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/comment.html +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/escaping.md +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/formating.md +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/links.md +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/lists.md +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/main.cpp +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/.gitignore +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/.travis.yml +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/CHANGELOG.md +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/LICENSE.md +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/README.md +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/appveyor.yml +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/codecov.yml +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/md2html/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/md2html/cmdline.c +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/md2html/cmdline.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/md2html/md2html.1 +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/md2html/md2html.c +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/scripts/build_folding_map.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/scripts/build_punct_map.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/scripts/build_symbol_map.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/scripts/build_whitespace_map.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/scripts/coverity.sh +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/scripts/run-tests.sh +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/scripts/unicode/CaseFolding.txt +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/scripts/unicode/DerivedGeneralCategory.txt +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/src/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/src/entity.c +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/src/entity.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/src/md4c-html.c +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/src/md4c-html.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/src/md4c-html.pc.in +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/src/md4c.c +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/src/md4c.h +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/src/md4c.pc.in +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/test/LICENSE +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/test/cmark.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/test/coverage.txt +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/test/fuzz-input/commonmark.md +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/test/fuzz-input/gfm.md +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/test/fuzz-input/latex-math.md +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/test/fuzz-input/wiki.md +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/test/fuzzers/fuzz-mdhtml.c +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/test/heading-auto-identifier.txt +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/test/latex-math.txt +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/test/normalize.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/test/pathological_auto_ident_tests.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/test/pathological_tests.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/test/permissive-email-autolinks.txt +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/test/permissive-url-autolinks.txt +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/test/permissive-www-autolinks.txt +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/test/spec.txt +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/test/spec_tests.py +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/test/strikethrough.txt +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/test/tables.txt +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/test/tasklists.txt +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/test/toc-mark.txt +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/test/toc.txt +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/test/underline.txt +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/md4c/test/wiki-links.txt +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/tests/tables.md +0 -0
- {pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/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.2
|
|
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.2"
|
|
15
15
|
classifiers = [
|
|
16
16
|
"Intended Audience :: Developers",
|
|
17
17
|
"License :: OSI Approved :: MIT License",
|
|
@@ -155,9 +155,9 @@ void Converter::CleanUpMarkdown() {
|
|
|
155
155
|
ReplaceAll(&md_, """, '"');
|
|
156
156
|
ReplaceAll(&md_, "<", "<");
|
|
157
157
|
ReplaceAll(&md_, ">", ">");
|
|
158
|
-
ReplaceAll(&
|
|
159
|
-
ReplaceAll(&
|
|
160
|
-
ReplaceAll(&
|
|
158
|
+
ReplaceAll(&md_, "&", '&');
|
|
159
|
+
ReplaceAll(&md_, " ", ' ');
|
|
160
|
+
ReplaceAll(&md_, "→", "→");
|
|
161
161
|
|
|
162
162
|
ReplaceAll(&md_, "\t\t ", "\t\t");
|
|
163
163
|
}
|
|
@@ -68,7 +68,7 @@ def test_table_formatting():
|
|
|
68
68
|
result = converter.convert()
|
|
69
69
|
|
|
70
70
|
assert "|" in result
|
|
71
|
-
# assert "Header 1" in result # BUG: The generated table is wrong
|
|
71
|
+
# assert "Header 1" in result # BUG: The generated table is wrong, don't uncomment this
|
|
72
72
|
assert "Data 1" in result
|
|
73
73
|
|
|
74
74
|
def test_line_breaks():
|
|
@@ -106,6 +106,18 @@ def test_special_characters():
|
|
|
106
106
|
assert '"characters"' in result
|
|
107
107
|
assert "&" in result
|
|
108
108
|
|
|
109
|
+
def test_html_entities():
|
|
110
|
+
html = """
|
|
111
|
+
<p>"Double quotes" <less than> >greater than< & ampersand non-breaking space → right arrow</p>
|
|
112
|
+
"""
|
|
113
|
+
result = pyhtml2md.convert(html)
|
|
114
|
+
assert '"Double quotes"' in result
|
|
115
|
+
assert "<less than>" in result
|
|
116
|
+
assert ">greater than<" in result
|
|
117
|
+
assert "& ampersand" in result
|
|
118
|
+
assert " non-breaking space" in result
|
|
119
|
+
assert "→ right arrow" in result
|
|
120
|
+
|
|
109
121
|
def test_nested_structures():
|
|
110
122
|
html = """
|
|
111
123
|
<blockquote>
|
|
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.1 → pyhtml2md-1.6.2}/docs/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js
RENAMED
|
File without changes
|
{pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/docs/doxygen-awesome-css/doxygen-awesome-fragment-copy-button.js
RENAMED
|
File without changes
|
{pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/docs/doxygen-awesome-css/doxygen-awesome-interactive-toc.js
RENAMED
|
File without changes
|
{pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/docs/doxygen-awesome-css/doxygen-awesome-paragraph-link.js
RENAMED
|
File without changes
|
|
File without changes
|
{pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/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.1 → pyhtml2md-1.6.2}/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.1 → pyhtml2md-1.6.2}/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.1 → pyhtml2md-1.6.2}/python/pybind11/tests/extra_python_package/test_files.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyhtml2md-1.6.1 → pyhtml2md-1.6.2}/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
|
|
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
|