File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7575
7676# outline ()
7777
78- = Introduction
78+ = Introduction <introduction>
7979# {
8080 let full = read (" /README.md" )
8181 let start = " <!-- included by catalog.typ — start -->"
8787 render (readme )
8888}
8989
90- = Artifacts in # link (" https://github.com/typst-community/dev-builds/releases" )[GitHub Releases]
90+ = Artifacts in # link (" https://github.com/typst-community/dev-builds/releases" )[GitHub Releases] <artifacts>
9191# {
9292 let catalog = json (" /dist/catalog.json" )
9393 assert . eq (catalog . version , " 0.1.1" )
9494
9595 for (name , releases ) in catalog . artifacts {
9696 let repo = if name != " docs" { name } else { " typst" }
9797
98- link (" https://github.com/typst/" + repo )[== # raw (name )]
98+ link (" https://github.com/typst/" + repo )[# [ == # raw ( name )] # label (name )]
9999
100100 html . p ({
101101 html . img (
You can’t perform that action at this time.
0 commit comments