goldmark @ v2.1.4
integrity
- size
- 364.3 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/yuin/goldmark/v2
release notes
- fix(text): ForceNewLine breaks original source bytes
- fix(parser): setextHeadingParser does not pass source to id
- fix(parser): indices of multiLineCodeSpanValue should be cloned
- fix(parser): add invalid attribute name characters
download
unix · zip
curl -fL -o v2.1.4.zip https://ratatoskr.space/pkg/goldmark/v2.1.4.zip
printf '%s %s\n' 'd52c97831844832432cd4b222efaeec592dbd65a37815ed9f86d76ccd362fa12' 'v2.1.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/goldmark/v2.1.4.zip"
$out = "v2.1.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d52c97831844832432cd4b222efaeec592dbd65a37815ed9f86d76ccd362fa12") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.4.tar.gz https://ratatoskr.space/pkg/goldmark/v2.1.4.tar.gz
printf '%s %s\n' '3d6fa9731a61a9ba2aceaea4b5a590f782209db44a3fb0e612cbde2ed3c26547' 'v2.1.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/goldmark/v2.1.4.tar.gz"
$out = "v2.1.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3d6fa9731a61a9ba2aceaea4b5a590f782209db44a3fb0e612cbde2ed3c26547") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v2.1.4.zip
printf '%s %s\n' 'd52c97831844832432cd4b222efaeec592dbd65a37815ed9f86d76ccd362fa12' 'v2.1.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v2.1.4.zip"
$out = "v2.1.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d52c97831844832432cd4b222efaeec592dbd65a37815ed9f86d76ccd362fa12") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v2.1.4.tar.gz
printf '%s %s\n' '3d6fa9731a61a9ba2aceaea4b5a590f782209db44a3fb0e612cbde2ed3c26547' 'v2.1.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v2.1.4.tar.gz"
$out = "v2.1.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3d6fa9731a61a9ba2aceaea4b5a590f782209db44a3fb0e612cbde2ed3c26547") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.1.4.zip | zip | 366.2 KiB |
blake3-24 30b742b2562cf787e93e4dd313a3f3c6389cd7dc307efad5
sha256 d52c97831844832432cd4b222efaeec592dbd65a37815ed9f86d76ccd362fa12
sha1 cb3275d1acd2c84095ca18a313ce5aeefd801d3b
|
| v2.1.4.tar.gz | tar.gz | 319.5 KiB |
blake3-24 fd43c44aad4762aa33c7822a5f7091be32ce394050e16cfb
sha256 3d6fa9731a61a9ba2aceaea4b5a590f782209db44a3fb0e612cbde2ed3c26547
sha1 d47f18dcfbfd5d29af2a8d0516f10fd2d53c6c25
|
go module archive
module zip with the module path rewritten to this mirror; fetched by go get through the
GOPROXY route
| artifact | format | size | hashes |
|---|---|---|---|
| v2.1.4.zip | zip | 320.4 KiB |
blake3-24 3842b67d927e416459c5ac6995352720a73a7668650457bb
sha256 a717b20dbcddb9c3ec54e98c49e1a0c3ddd8d7ebf4e3278244f336f8d580a548
sha1 c4024b4d9804d97d0b09225f57f3f8a4bf0cbb38
|
install
bazel
http_archive(
name = "goldmark",
urls = ["https://ratatoskr.space/pkg/goldmark/v2.1.4.tar.gz"],
integrity = "sha256-PW+pcxphqboqzq6ktaWQ94IgnbRKP7DmEsveLtPCZUc=",
strip_prefix = "goldmark-v2.1.4",
)
zig
.url = "https://ratatoskr.space/pkg/goldmark/v2.1.4.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/goldmark/v2@v2.1.4
install via yggdrasil mesh
bazel
http_archive(
name = "goldmark",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v2.1.4.tar.gz"],
integrity = "sha256-PW+pcxphqboqzq6ktaWQ94IgnbRKP7DmEsveLtPCZUc=",
strip_prefix = "goldmark-v2.1.4",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v2.1.4.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v2@v2.1.4