Call the HR

This commit is contained in:
2026-07-14 19:26:54 +02:00
parent 5c35ce4408
commit fd8bf59cd9
4 changed files with 29 additions and 0 deletions
+3
View File
@@ -210,6 +210,9 @@ print_html :: proc(token: ^Token) {
fmt.printf("<code>%s</code>", code)
}
case TokenType.HorizontalRule:
fmt.print("<hr>\n")
case TokenType.BreakLine:
fmt.print("<br>\n")