mirror of
https://codeberg.org/bunbun/bunbun.dev
synced 2025-06-07 17:39:51 -07:00
changed some css
This commit is contained in:
@ -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)))))
|
||||
|
||||
|
Reference in New Issue
Block a user