changed some css

This commit is contained in:
2024-05-21 12:13:09 -07:00
parent cd56e51ccb
commit 001114251e
2 changed files with 4 additions and 12 deletions

View File

@ -12,7 +12,7 @@
(local html-template (with-open [html-template-file (io.open :template.html :r)]
(html-template-file:read :*a)))
(local html (cmark.markdown_to_html markdown (markdown:len) cmark.OPT_UNSAFE))
(local html (cmark.markdown_to_html markdown (markdown:len) (+ cmark.OPT_HARDBREAKS cmark.OPT_UNSAFE)))
(tset _G.files (file:match "(.+)%..+") (html-template:format html)))))