problems.typ: fix URL formatting
seemingly this stems from updating to 0.9.0 which has the change "Improved line breaking of links / URLs"
This commit is contained in:
parent
18c788afef
commit
c778a52581
@ -17,7 +17,7 @@
|
|||||||
prefix: status(stat: stat),
|
prefix: status(stat: stat),
|
||||||
suffix: {
|
suffix: {
|
||||||
if (problem_url != none) {
|
if (problem_url != none) {
|
||||||
[#link(problem_url)]
|
[#linebreak()#link(problem_url)]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user