added newlines
This commit is contained in:
parent
c254d0f89a
commit
37c60d901f
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user