Skip to content

v3.8.3

Choose a tag to compare

@Goldziher Goldziher released this 09 Jul 15:11

Swift Package Manager

Add to your Package.swift:

.package(url: "https://github.com/xberg-io/html-to-markdown", from: "3.8.3")

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

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

Zig

Add to your build.zig.zon:

.dependencies = .{
    .html-to-markdown-rs-zig = .{\n        .url = \"https://github.com/xberg-io/html-to-markdown/releases/download/v3.8.3/html-to-markdown-rs-zig-v3.8.3.tar.gz\",\n        .hash = \"html_to_markdown_rs-3.8.3-QtXyW803AQDTcLKjGkAj61xzY0YTcAAc3YMKJMY0s6GS\",\n    },\n},\n```\n