Skip to content

v3.6.19

Choose a tag to compare

@Goldziher Goldziher released this 20 Jun 15:48
· 33 commits to main since this release
v3.6.19
c262827

Swift Package Manager

Add to your Package.swift:

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

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

Artifact: HtmlToMarkdown-rs.artifactbundle.zip
Checksum: 99ab6fe1c30809ef3a65768fa02a4b3442af58500a94561e848c10194f125be5

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.19/html-to-markdown-rs-zig-v3.6.19.tar.gz\",\n        .hash = \"html_to_markdown_rs-3.6.19-QtXyWxY3AQB1EZz9fEW2CPe1LBO1Zhzn9LIRKwOv_LnI\",\n    },\n},\n```\n