Skip to content

v3.7.2

Latest

Choose a tag to compare

@Goldziher Goldziher released this 23 Jun 09:53
· 18 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.7.2")

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

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

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.7.2/html-to-markdown-rs-zig-v3.7.2.tar.gz\",\n        .hash = \"html_to_markdown_rs-3.7.2-QtXyWxU3AQDv862xcu9C78TqO91fqpIAMEc8XI2kBqyo\",\n    },\n},\n```\n