diff options
| author | Taylan Kammer <taylan.kammer@gmail.com> | 2026-06-02 23:56:10 +0200 |
|---|---|---|
| committer | Taylan Kammer <taylan.kammer@gmail.com> | 2026-06-02 23:56:10 +0200 |
| commit | dca76cd7955573cc537933c7beb93d2d9ee2b1d2 (patch) | |
| tree | 1f082c2f2d6036019b28a72d146709fbcc32cc0c /update-html.sh | |
| parent | af6f48ff079fc8067b564adeaa73caed8cbf5438 (diff) | |
More doc and style improvements.
Diffstat (limited to 'update-html.sh')
| -rwxr-xr-x | update-html.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-html.sh b/update-html.sh index 4f235e1..065a0cf 100755 --- a/update-html.sh +++ b/update-html.sh @@ -8,7 +8,7 @@ then exit 1 fi -md2ext=fenced-code-blocks,highlightjs-lang,tables +md2ext=fenced-code-blocks,highlightjs-lang,tables,toc md2ht() { src=$1 |
