diff options
| -rwxr-xr-x | build.sh | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -22,7 +22,8 @@ copyfile() { | |||
| 22 | md) | 22 | md) |
| 23 | t="$(markdowntitle "$file")" | 23 | t="$(markdowntitle "$file")" |
| 24 | sed "s/TITLE/$t/" < top.html > "$ind" | 24 | sed "s/TITLE/$t/" < top.html > "$ind" |
| 25 | lowdown "$file" >> "$ind" | 25 | lowdown --html-no-skiphtml --html-no-escapehtml \ |
| 26 | "$file" >> "$ind" | ||
| 26 | cat bottom.html >> "$ind" | 27 | cat bottom.html >> "$ind" |
| 27 | ;; | 28 | ;; |
| 28 | html) | 29 | html) |
