Skip to content

v3.6.21

Choose a tag to compare

@Goldziher Goldziher released this 22 Jun 08:16
· 30 commits to main since this release

Swift Package Manager

Add to your Package.swift:

.package(url: "https://github.com/kreuzberg-dev/html-to-markdown", from: "3.6.21")

The Swift binding is distributed as a pre-built artifact bundle. No Rust toolchain required.

Artifact: HtmlToMarkdown-rs.artifactbundle.zip
Checksum: c063867f51327d7692a84c34483c3293d4758c01b28700bcd1b59545e9aa8c3c

Zig

Add to your build.zig.zon:

.dependencies = .{
    .html-to-markdown-rs-zig = .{\n        .url = \"https://github.com/kreuzberg-dev/html-to-markdown/releases/download/v3.6.21/html-to-markdown-rs-zig-v3.6.21.tar.gz\",\n        .hash = \"html_to_markdown_rs-3.6.21-QtXyWxY3AQBLYrrrYs7DVvSH2JbbveqX8cC3K121BXL4\",\n    },\n},\n```\n