aboutsummaryrefslogtreecommitdiffstats
path: root/docs/gen
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2022-02-02 16:37:58 +0000
committers-ol <s+removethis@s-ol.nu>2025-03-02 14:24:49 +0000
commit8baadfc47832bbc3820e7d55adbbe5ddfaffedf3 (patch)
treee97b316c29ed3fdce52a061fd8c205edc2613b9a /docs/gen
parentallow ^ and % in symbols (diff)
downloadalive-8baadfc47832bbc3820e7d55adbbe5ddfaffedf3.tar.gz
alive-8baadfc47832bbc3820e7d55adbbe5ddfaffedf3.zip
lib: rename math → math-simple, add vectorized math
Diffstat (limited to 'docs/gen')
-rw-r--r--docs/gen/layout.moon2
1 files changed, 1 insertions, 1 deletions
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