From c778a52581a6c3d9e71ef9834f1909012899e789 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Fri, 2 Feb 2024 18:41:22 -0500 Subject: [PATCH] problems.typ: fix URL formatting seemingly this stems from updating to 0.9.0 which has the change "Improved line breaking of links / URLs" --- problems.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/problems.typ b/problems.typ index d8de5c8..f4244e1 100644 --- a/problems.typ +++ b/problems.typ @@ -17,7 +17,7 @@ prefix: status(stat: stat), suffix: { if (problem_url != none) { - [#link(problem_url)] + [#linebreak()#link(problem_url)] } } )