diff options
| author | s-ol <s+removethis@s-ol.nu> | 2022-02-02 16:37:58 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-03-02 14:24:49 +0000 |
| commit | 8baadfc47832bbc3820e7d55adbbe5ddfaffedf3 (patch) | |
| tree | e97b316c29ed3fdce52a061fd8c205edc2613b9a /docs/gen | |
| parent | allow ^ and % in symbols (diff) | |
| download | alive-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.moon | 2 |
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 |
