diff options
Diffstat (limited to 'scripts/update_doc')
-rwxr-xr-x | scripts/update_doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/update_doc b/scripts/update_doc index c728b338..74d1dd72 100755 --- a/scripts/update_doc +++ b/scripts/update_doc @@ -37,6 +37,7 @@ if luadoc then for line in f:lines() do if flag and line:match('^%-%-') then local match = line:match('^%-%- ([^\n]+)') + if match and match:find('^%s*[*+] ') then match = match..'<br />' end markdown[#markdown + 1] = match or '' elseif flag then -- markdown ended break |