Call the HR
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user