diff options
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 |
