diff --git a/main.go b/main.go index 8b4b743..98daf84 100644 --- a/main.go +++ b/main.go @@ -2,9 +2,9 @@ package main import ( "encoding/json" - "html/template" "log" "os" + "text/template" "github.com/gomarkdown/markdown" "github.com/gomarkdown/markdown/html"