From 8baadfc47832bbc3820e7d55adbbe5ddfaffedf3 Mon Sep 17 00:00:00 2001 From: s-ol Date: Wed, 2 Feb 2022 17:37:58 +0100 Subject: =?UTF-8?q?lib:=20rename=20math=20=E2=86=92=20math-simple,=20add?= =?UTF-8?q?=20vectorized=20math?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/gen/layout.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/gen') diff --git a/docs/gen/layout.moon b/docs/gen/layout.moon index 7d3c4e1..4c75749 100644 --- a/docs/gen/layout.moon +++ b/docs/gen/layout.moon @@ -86,7 +86,7 @@ r = (text, ref) -> -- substitute markdown-style reference links autoref = (str) -> str = str\gsub '%[([^%]]-)%]%[%]', r - str = str\gsub '%[([^%]]-)%]%[:(.-):%]', r + str = str\gsub '%[([^%]]-)%]%[:([^%]]-):%]', r str subnav = do -- cgit v1.2.3