Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
vimeh committed Sep 11, 2023
1 parent f9369eb commit 82da2a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ func uploadHandler(w http.ResponseWriter, r *http.Request) {
http.Error(w, "Unable to read markdown file", http.StatusInternalServerError)
return
}

htmlContent := markdown.ToHTML(mdBytes, nil, nil)

htmlFile, err := os.Create(htmlFilePath)
Expand Down

0 comments on commit 82da2a9

Please sign in to comment.