Skip to content

v3.6.15

Choose a tag to compare

@Goldziher Goldziher released this 18 Jun 18:17
· 63 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.15")

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

Artifact: HtmlToMarkdown-rs.artifactbundle.zip
Checksum: 2bfed7f642b479cdbc298719dc38570a8a3c0a1994ec6e58f7f732dee106cb35

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.15/html-to-markdown-rs-zig-v3.6.15.tar.gz\",\n        .hash = \"html_to_markdown_rs-3.6.15-QtXyWxY3AQDBJVMum8A8vFPEjN4UzVel2A0j1DR4wh4g\",\n    },\n},\n```\n