added newlines

This commit is contained in:
Simon Kellet 2026-03-09 23:20:41 +00:00
parent c254d0f89a
commit 37c60d901f

View File

@ -8,9 +8,9 @@ import cm "vendor:commonmark"
MD_SUFFIX :: ".md"
UTF8_PREFIX :: "<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\" />"
CSS_PREFIX :: "<head><link rel=\"stylesheet\" href=\"./css/style.css\">"
MASTODON_PREFIX :: "<a rel=me href=https://linuxrocks.online/@simonkellet></a>"
UTF8_PREFIX :: "<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\" />\n"
CSS_PREFIX :: "<head><link rel=\"stylesheet\" href=\"./css/style.css\">\n"
MASTODON_PREFIX :: "<a rel=me href=https://linuxrocks.online/@simonkellet></a>\n"
walk_tree_and_get_md_names :: proc(path: string, allocator: runtime.Allocator) -> [dynamic]string {