goldmark @ v1.8.0
integrity
- size
- 304.7 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/yuin/goldmark
release notes
- feat: add position information to all nodes
- add position information to all nodes, including inline nodes and link reference definition nodes.
- Now link reference definition nodes are represented as a new node type.
- Link and image nodes have a new field Reference which is a pointer to the reference link if this link is a reference link. This field is nil for non-reference links.
download
unix · zip
curl -fL -o v1.8.0.zip https://ratatoskr.space/pkg/goldmark/v1.8.0.zip
printf '%s %s\n' 'ad30890e6d89ff2ae4ab9d8d33c44ff93ce459a80280885e20b358f693390cd2' 'v1.8.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/goldmark/v1.8.0.zip"
$out = "v1.8.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ad30890e6d89ff2ae4ab9d8d33c44ff93ce459a80280885e20b358f693390cd2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.8.0.tar.gz https://ratatoskr.space/pkg/goldmark/v1.8.0.tar.gz
printf '%s %s\n' '0de9320971f302564c8e3a8367aef860797e50a5dd939177ae3cb34b52e53a8d' 'v1.8.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/goldmark/v1.8.0.tar.gz"
$out = "v1.8.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0de9320971f302564c8e3a8367aef860797e50a5dd939177ae3cb34b52e53a8d") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.8.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.8.0.zip
printf '%s %s\n' 'ad30890e6d89ff2ae4ab9d8d33c44ff93ce459a80280885e20b358f693390cd2' 'v1.8.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.8.0.zip"
$out = "v1.8.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ad30890e6d89ff2ae4ab9d8d33c44ff93ce459a80280885e20b358f693390cd2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.8.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.8.0.tar.gz
printf '%s %s\n' '0de9320971f302564c8e3a8367aef860797e50a5dd939177ae3cb34b52e53a8d' 'v1.8.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.8.0.tar.gz"
$out = "v1.8.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0de9320971f302564c8e3a8367aef860797e50a5dd939177ae3cb34b52e53a8d") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.8.0.zip | zip | 307.9 KiB |
blake3-24 924d3efd4a5e9348d5f815d6f84c4e09ba874216c7443015
sha256 ad30890e6d89ff2ae4ab9d8d33c44ff93ce459a80280885e20b358f693390cd2
sha1 5b64086996101ca038a0d275eb25f74da01a08f2
|
| v1.8.0.tar.gz | tar.gz | 268.9 KiB |
blake3-24 c44471c84e0330c004a033e8a99f01b355ec20b6aa261a4e
sha256 0de9320971f302564c8e3a8367aef860797e50a5dd939177ae3cb34b52e53a8d
sha1 2f2d1eb20ce0b06431dacdb2a12718d30e17b066
|
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 |
|---|---|---|---|
| v1.8.0.zip | zip | 261.5 KiB |
blake3-24 785e37e47e67fbfb9090f45ec1d644766f7d6395a47fa8b4
sha256 33b22914b5e1144581bad5dda05dc2558bbe0e50c822bed877f1e3d4ce02d60e
sha1 7351dd2381742abdcc5821dd5c5b6b4281037b57
|
install
bazel
http_archive(
name = "goldmark",
urls = ["https://ratatoskr.space/pkg/goldmark/v1.8.0.tar.gz"],
integrity = "sha256-DekyCXHzAlZMjjqDZ674YHl+UKXdk5F3rjyzS1LlOo0=",
strip_prefix = "goldmark-v1.8.0",
)
zig
.url = "https://ratatoskr.space/pkg/goldmark/v1.8.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/goldmark@v1.8.0
install via yggdrasil mesh
bazel
http_archive(
name = "goldmark",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.8.0.tar.gz"],
integrity = "sha256-DekyCXHzAlZMjjqDZ674YHl+UKXdk5F3rjyzS1LlOo0=",
strip_prefix = "goldmark-v1.8.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.8.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark@v1.8.0