pyhtml2md 1.6.4__tar.gz → 1.6.6__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.4 → pyhtml2md-1.6.6}/.github/workflows/wheels.yml +4 -4
- pyhtml2md-1.6.6/.gitignore +21 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/CHANGELOG.md +6 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/CMakeLists.txt +1 -1
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/PKG-INFO +1 -1
- pyhtml2md-1.6.6/Package.swift +40 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/include/html2md.h +2 -2
- pyhtml2md-1.6.6/objc/html2md_objc.mm +24 -0
- pyhtml2md-1.6.6/objc/include/html2md_objc.h +19 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/pyproject.toml +1 -1
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/src/html2md.cpp +7 -6
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/src/table.cpp +4 -0
- pyhtml2md-1.6.4/.gitignore +0 -13
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/.clang-format +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/.github/CODEOWNERS +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/.github/ISSUE_TEMPLATE/question.md +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/.github/dependabot.yml +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/.github/workflows/build.yml +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/.github/workflows/release.yml +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/.github/workflows/website.yml +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/.gitmodules +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/CONTRIBUTING.md +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/COPYING +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/MANIFEST.in +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/README.md +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/SECURITY.md +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/cli/main.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/cmake/Doc.cmake +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/cmake/Packaging.cmake +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/docs/Doxyfile +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/docs/doxygen-awesome-css/.gitignore +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/docs/doxygen-awesome-css/LICENSE +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/docs/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/docs/doxygen-awesome-css/doxygen-awesome-fragment-copy-button.js +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/docs/doxygen-awesome-css/doxygen-awesome-interactive-toc.js +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/docs/doxygen-awesome-css/doxygen-awesome-paragraph-link.js +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/docs/doxygen-awesome-css/doxygen-awesome-sidebar-only-darkmode-toggle.css +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/docs/doxygen-awesome-css/doxygen-awesome-sidebar-only.css +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/docs/doxygen-awesome-css/doxygen-awesome.css +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/docs/doxygen-awesome-css/doxygen-custom/custom.css +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/docs/doxygen-awesome-css/doxygen-custom/header.html +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/docs/index.md +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/html2md.pc.in +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/html2mdConfig.cmake.in +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/include/table.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/js/bindings.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/README.md +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/bindings.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.appveyor.yml +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.clang-format +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.clang-tidy +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.cmake-format.yaml +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.codespell-ignore-lines +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.gitattributes +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.github/CODEOWNERS +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.github/CONTRIBUTING.md +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.github/ISSUE_TEMPLATE/bug-report.yml +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.github/dependabot.yml +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.github/labeler.yml +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.github/labeler_merged.yml +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.github/matchers/pylint.json +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.github/pull_request_template.md +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.github/workflows/ci.yml +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.github/workflows/configure.yml +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.github/workflows/format.yml +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.github/workflows/labeler.yml +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.github/workflows/pip.yml +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.github/workflows/upstream.yml +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.gitignore +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.pre-commit-config.yaml +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/.readthedocs.yml +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/LICENSE +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/MANIFEST.in +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/README.rst +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/SECURITY.md +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/Doxyfile +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/_static/css/custom.css +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/cast/chrono.rst +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/cast/custom.rst +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/cast/eigen.rst +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/cast/functional.rst +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/cast/index.rst +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/cast/overview.rst +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/cast/stl.rst +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/cast/strings.rst +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/classes.rst +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/embedding.rst +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/exceptions.rst +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/functions.rst +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/misc.rst +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/pycpp/index.rst +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/pycpp/numpy.rst +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/pycpp/object.rst +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/pycpp/utilities.rst +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/advanced/smart_ptrs.rst +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/basics.rst +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/benchmark.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/benchmark.rst +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/changelog.rst +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/classes.rst +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/cmake/index.rst +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/compiling.rst +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/conf.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/faq.rst +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/index.rst +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/installing.rst +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/limitations.rst +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/pybind11-logo.png +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/pybind11_vs_boost_python1.png +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/pybind11_vs_boost_python1.svg +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/pybind11_vs_boost_python2.png +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/pybind11_vs_boost_python2.svg +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/reference.rst +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/release.rst +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/requirements.in +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/requirements.txt +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/docs/upgrade.rst +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/attr.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/buffer_info.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/cast.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/chrono.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/common.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/complex.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/detail/class.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/detail/common.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/detail/descr.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/detail/init.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/detail/internals.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/detail/type_caster_base.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/detail/typeid.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/eigen/common.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/eigen/matrix.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/eigen/tensor.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/eigen.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/embed.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/eval.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/functional.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/gil.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/gil_safe_call_once.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/iostream.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/numpy.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/operators.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/options.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/pybind11.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/pytypes.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/stl/filesystem.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/stl.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/stl_bind.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/type_caster_pyobject_ptr.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/include/pybind11/typing.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/noxfile.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/pybind11/__init__.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/pybind11/__main__.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/pybind11/_version.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/pybind11/commands.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/pybind11/py.typed +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/pybind11/setup_helpers.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/pyproject.toml +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/setup.cfg +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/setup.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/conftest.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/constructor_stats.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/cross_module_gil_utils.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/cross_module_interleaved_error_already_set.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/eigen_tensor_avoid_stl_array.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/env.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/extra_python_package/pytest.ini +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/extra_python_package/test_files.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/extra_setuptools/pytest.ini +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/extra_setuptools/test_setuphelper.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/local_bindings.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/object.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/pybind11_cross_module_tests.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/pybind11_tests.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/pybind11_tests.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/pytest.ini +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/requirements.txt +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_async.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_async.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_buffers.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_buffers.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_builtin_casters.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_builtin_casters.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_call_policies.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_call_policies.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_callbacks.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_callbacks.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_chrono.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_chrono.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_class.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_class.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_cmake_build/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_cmake_build/embed.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_cmake_build/main.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_cmake_build/test.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_const_name.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_const_name.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_constants_and_functions.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_constants_and_functions.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_copy_move.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_copy_move.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_custom_type_casters.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_custom_type_casters.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_custom_type_setup.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_custom_type_setup.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_docstring_options.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_docstring_options.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_eigen_matrix.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_eigen_matrix.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_eigen_tensor.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_eigen_tensor.inl +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_eigen_tensor.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_embed/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_embed/catch.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_embed/external_module.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_embed/test_interpreter.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_embed/test_interpreter.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_embed/test_trampoline.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_enum.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_enum.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_eval.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_eval.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_eval_call.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_exceptions.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_exceptions.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_exceptions.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_factory_constructors.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_factory_constructors.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_gil_scoped.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_gil_scoped.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_iostream.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_iostream.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_kwargs_and_defaults.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_kwargs_and_defaults.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_local_bindings.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_local_bindings.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_methods_and_attributes.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_methods_and_attributes.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_modules.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_modules.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_multiple_inheritance.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_multiple_inheritance.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_numpy_array.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_numpy_array.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_numpy_dtypes.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_numpy_dtypes.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_numpy_vectorize.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_numpy_vectorize.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_opaque_types.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_opaque_types.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_operator_overloading.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_operator_overloading.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_pickling.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_pickling.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_python_multiple_inheritance.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_python_multiple_inheritance.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_pytypes.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_pytypes.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_sequences_and_iterators.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_sequences_and_iterators.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_smart_ptr.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_smart_ptr.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_stl.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_stl.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_stl_binders.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_stl_binders.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_tagbased_polymorphic.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_tagbased_polymorphic.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_thread.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_thread.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_type_caster_pyobject_ptr.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_type_caster_pyobject_ptr.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_union.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_union.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_unnamed_namespace_a.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_unnamed_namespace_a.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_unnamed_namespace_b.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_unnamed_namespace_b.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_vector_unique_ptr_member.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_vector_unique_ptr_member.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_virtual_functions.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/test_virtual_functions.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/valgrind-numpy-scipy.supp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tests/valgrind-python.supp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/FindCatch.cmake +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/FindEigen3.cmake +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/FindPythonLibsNew.cmake +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/JoinPaths.cmake +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/check-style.sh +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/cmake_uninstall.cmake.in +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/codespell_ignore_lines_from_errors.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/libsize.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/make_changelog.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/pybind11.pc.in +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/pybind11Common.cmake +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/pybind11Config.cmake.in +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/pybind11GuessPythonExtSuffix.cmake +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/pybind11NewTools.cmake +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/pybind11Tools.cmake +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/pyproject.toml +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/setup_global.py.in +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/setup_main.py.in +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/python/pybind11/tools/test-pybind11GuessPythonExtSuffix.cmake +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/scripts/clang-format.sh +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/README.md +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/blockquote.md +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/breaks.md +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/code.md +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/comment.html +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/escaping.md +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/formating.md +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/links.md +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/lists.md +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/main.cpp +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/.gitignore +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/.travis.yml +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/CHANGELOG.md +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/LICENSE.md +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/README.md +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/appveyor.yml +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/codecov.yml +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/md2html/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/md2html/cmdline.c +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/md2html/cmdline.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/md2html/md2html.1 +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/md2html/md2html.c +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/scripts/build_folding_map.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/scripts/build_punct_map.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/scripts/build_symbol_map.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/scripts/build_whitespace_map.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/scripts/coverity.sh +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/scripts/run-tests.sh +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/scripts/unicode/CaseFolding.txt +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/scripts/unicode/DerivedGeneralCategory.txt +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/src/CMakeLists.txt +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/src/entity.c +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/src/entity.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/src/md4c-html.c +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/src/md4c-html.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/src/md4c-html.pc.in +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/src/md4c.c +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/src/md4c.h +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/src/md4c.pc.in +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/LICENSE +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/cmark.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/coverage.txt +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/fuzz-input/commonmark.md +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/fuzz-input/gfm.md +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/fuzz-input/latex-math.md +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/fuzz-input/wiki.md +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/fuzzers/fuzz-mdhtml.c +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/heading-auto-identifier.txt +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/latex-math.txt +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/normalize.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/pathological_auto_ident_tests.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/pathological_tests.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/permissive-email-autolinks.txt +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/permissive-url-autolinks.txt +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/permissive-www-autolinks.txt +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/spec.txt +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/spec_tests.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/strikethrough.txt +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/tables.txt +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/tasklists.txt +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/toc-mark.txt +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/toc.txt +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/underline.txt +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/md4c/test/wiki-links.txt +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/tables.md +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/test_advanced.py +0 -0
- {pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/tests/test_basic.py +0 -0
|
@@ -23,9 +23,9 @@ jobs:
|
|
|
23
23
|
|
|
24
24
|
- uses: actions/upload-artifact@v4
|
|
25
25
|
with:
|
|
26
|
+
name: dist-sdist
|
|
26
27
|
path: dist/*.tar.gz
|
|
27
28
|
|
|
28
|
-
|
|
29
29
|
build_wheels:
|
|
30
30
|
name: Wheels on ${{ matrix.os }}
|
|
31
31
|
runs-on: ${{ matrix.os }}
|
|
@@ -51,9 +51,8 @@ jobs:
|
|
|
51
51
|
- name: Upload wheels
|
|
52
52
|
uses: actions/upload-artifact@v4
|
|
53
53
|
with:
|
|
54
|
+
name: dist-${{ matrix.os }}
|
|
54
55
|
path: wheelhouse/*.whl
|
|
55
|
-
name: ${{ matrix.os }}
|
|
56
|
-
|
|
57
56
|
|
|
58
57
|
upload_all:
|
|
59
58
|
name: Upload wheels
|
|
@@ -63,8 +62,9 @@ jobs:
|
|
|
63
62
|
steps:
|
|
64
63
|
- uses: actions/download-artifact@v4
|
|
65
64
|
with:
|
|
66
|
-
name: artifact
|
|
67
65
|
path: dist
|
|
66
|
+
pattern: dist-*
|
|
67
|
+
merge-multiple: true
|
|
68
68
|
|
|
69
69
|
- uses: pypa/gh-action-pypi-publish@v1.9.0
|
|
70
70
|
with:
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
*.user*
|
|
2
|
+
build-linux/
|
|
3
|
+
build-windows/
|
|
4
|
+
build-wasm/
|
|
5
|
+
doc/
|
|
6
|
+
tests/error.log
|
|
7
|
+
conan/
|
|
8
|
+
build/
|
|
9
|
+
dist/
|
|
10
|
+
pyhtml2md.egg-info/
|
|
11
|
+
*.whl
|
|
12
|
+
wheelhouse/
|
|
13
|
+
tests/__pycache__/
|
|
14
|
+
.DS_Store
|
|
15
|
+
/.build
|
|
16
|
+
/Packages
|
|
17
|
+
xcuserdata/
|
|
18
|
+
DerivedData/
|
|
19
|
+
.swiftpm/configuration/registries.json
|
|
20
|
+
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
|
|
21
|
+
.netrc
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyhtml2md
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.6
|
|
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>
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// swift-tools-version:5.5
|
|
2
|
+
// The swift-tools-version declares the minimum version of Swift required to build this package.
|
|
3
|
+
|
|
4
|
+
import PackageDescription
|
|
5
|
+
|
|
6
|
+
let package = Package(
|
|
7
|
+
name: "html2md",
|
|
8
|
+
products: [
|
|
9
|
+
.library(name: "html2md", targets: ["html2md"]),
|
|
10
|
+
],
|
|
11
|
+
targets: [
|
|
12
|
+
.target(
|
|
13
|
+
name: "html2md",
|
|
14
|
+
dependencies: ["html2md_cpp"],
|
|
15
|
+
path: ".",
|
|
16
|
+
sources: [
|
|
17
|
+
"objc/html2md_objc.mm",
|
|
18
|
+
],
|
|
19
|
+
publicHeadersPath: "objc/include",
|
|
20
|
+
cxxSettings: [
|
|
21
|
+
// header is inherited from html2md_cpp
|
|
22
|
+
// we should compile this objc file with c++11
|
|
23
|
+
.unsafeFlags(["-std=c++11"]),
|
|
24
|
+
]
|
|
25
|
+
),
|
|
26
|
+
.target(
|
|
27
|
+
name: "html2md_cpp",
|
|
28
|
+
path: ".",
|
|
29
|
+
sources: [
|
|
30
|
+
"src/html2md.cpp",
|
|
31
|
+
"src/table.cpp",
|
|
32
|
+
],
|
|
33
|
+
publicHeadersPath: "include",
|
|
34
|
+
cxxSettings: [
|
|
35
|
+
.unsafeFlags(["-std=c++11"]),
|
|
36
|
+
.unsafeFlags(["-Wno-parentheses", "-Wno-conversion"]),
|
|
37
|
+
]
|
|
38
|
+
),
|
|
39
|
+
]
|
|
40
|
+
)
|
|
@@ -357,8 +357,8 @@ private:
|
|
|
357
357
|
|
|
358
358
|
// tags that are not printed (nav, script, noscript, ...)
|
|
359
359
|
struct TagIgnored : Tag {
|
|
360
|
-
void OnHasLeftOpeningTag(Converter *c) override{};
|
|
361
|
-
void OnHasLeftClosingTag(Converter *c) override{};
|
|
360
|
+
void OnHasLeftOpeningTag(Converter *c) override {};
|
|
361
|
+
void OnHasLeftClosingTag(Converter *c) override {};
|
|
362
362
|
};
|
|
363
363
|
|
|
364
364
|
struct TagAnchor : Tag {
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
//
|
|
2
|
+
// html2md.m
|
|
3
|
+
// html2md
|
|
4
|
+
//
|
|
5
|
+
// Created by 秋星桥 on 2/17/25.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
#import <Foundation/Foundation.h>
|
|
9
|
+
|
|
10
|
+
#include "html2md.h"
|
|
11
|
+
#include "include/html2md_objc.h"
|
|
12
|
+
|
|
13
|
+
#include <string>
|
|
14
|
+
|
|
15
|
+
@implementation HTML2MD
|
|
16
|
+
|
|
17
|
+
+ (NSString *)convertHTMLToMarkdown:(NSString *)html {
|
|
18
|
+
const char *htmlStr = [html UTF8String];
|
|
19
|
+
std::string outputMarkdown = html2md::Convert(htmlStr);
|
|
20
|
+
NSString *markdownStr = [NSString stringWithUTF8String:outputMarkdown.c_str()];
|
|
21
|
+
return markdownStr;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
@end
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Header.h
|
|
3
|
+
// html2md
|
|
4
|
+
//
|
|
5
|
+
// Created by 秋星桥 on 2/17/25.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
#ifndef html2md_objc_h
|
|
9
|
+
#define html2md_objc_h
|
|
10
|
+
|
|
11
|
+
#include <Foundation/Foundation.h>
|
|
12
|
+
|
|
13
|
+
@interface HTML2MD : NSObject
|
|
14
|
+
|
|
15
|
+
+ (NSString *)convertHTMLToMarkdown:(NSString *)html;
|
|
16
|
+
|
|
17
|
+
@end
|
|
18
|
+
|
|
19
|
+
#endif /* html2md_objc_h */
|
|
@@ -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.6"
|
|
15
15
|
classifiers = [
|
|
16
16
|
"Intended Audience :: Developers",
|
|
17
17
|
"License :: OSI Approved :: MIT License",
|
|
@@ -186,8 +186,7 @@ Converter *Converter::appendToMd(char ch) {
|
|
|
186
186
|
return this;
|
|
187
187
|
}
|
|
188
188
|
|
|
189
|
-
Converter *Converter::appendToMd(const char *str)
|
|
190
|
-
{
|
|
189
|
+
Converter *Converter::appendToMd(const char *str) {
|
|
191
190
|
if (IsInIgnoredTag())
|
|
192
191
|
return this;
|
|
193
192
|
|
|
@@ -442,7 +441,11 @@ bool Converter::OnHasLeftTag() {
|
|
|
442
441
|
if (TagContainsAttributesToHide(¤t_tag_))
|
|
443
442
|
return true;
|
|
444
443
|
|
|
445
|
-
|
|
444
|
+
auto cut_tags = Split(current_tag_, ' ');
|
|
445
|
+
if (cut_tags.empty())
|
|
446
|
+
return true;
|
|
447
|
+
|
|
448
|
+
current_tag_ = cut_tags[0];
|
|
446
449
|
|
|
447
450
|
auto tag = tags_[current_tag_];
|
|
448
451
|
|
|
@@ -620,9 +623,7 @@ void Converter::TagBreak::OnHasLeftOpeningTag(Converter *c) {
|
|
|
620
623
|
c->appendToMd(Repeat(" ", c->index_li));
|
|
621
624
|
} else if (c->is_in_table_) {
|
|
622
625
|
c->appendToMd("<br>");
|
|
623
|
-
} else if (!c->
|
|
624
|
-
c->appendToMd("\n<br>\n\n");
|
|
625
|
-
} else if (c->md_.length() > 0)
|
|
626
|
+
} else if (!c->md_.empty())
|
|
626
627
|
c->appendToMd(" \n");
|
|
627
628
|
}
|
|
628
629
|
|
|
@@ -67,6 +67,10 @@ string formatMarkdownTable(const string &inputTable) {
|
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
|
|
70
|
+
if (tableData.empty()) {
|
|
71
|
+
return "";
|
|
72
|
+
}
|
|
73
|
+
|
|
70
74
|
// Determine maximum width of each column
|
|
71
75
|
vector<size_t> columnWidths(tableData[0].size(), 0);
|
|
72
76
|
for (const auto &row : tableData) {
|
pyhtml2md-1.6.4/.gitignore
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.4 → pyhtml2md-1.6.6}/docs/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js
RENAMED
|
File without changes
|
{pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/docs/doxygen-awesome-css/doxygen-awesome-fragment-copy-button.js
RENAMED
|
File without changes
|
{pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/docs/doxygen-awesome-css/doxygen-awesome-interactive-toc.js
RENAMED
|
File without changes
|
{pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/docs/doxygen-awesome-css/doxygen-awesome-paragraph-link.js
RENAMED
|
File without changes
|
|
File without changes
|
{pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/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
|
{pyhtml2md-1.6.4 → pyhtml2md-1.6.6}/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
|