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:
dogeystamp 2024-02-02 18:41:22 -05:00
parent 18c788afef
commit c778a52581
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -17,7 +17,7 @@
prefix: status(stat: stat),
suffix: {
if (problem_url != none) {
[#link(problem_url)]
[#linebreak()#link(problem_url)]
}
}
)