From d86910db2195a96f9aeffe5d76e49e05f98457fa Mon Sep 17 00:00:00 2001 From: Yan Wittmann Date: Sun, 19 Apr 2026 12:01:18 +0200 Subject: [PATCH] #66 Changed single newline without double space at EOL behavior --- internal/parser.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/parser.go b/internal/parser.go index 14d824c..deaeb2c 100644 --- a/internal/parser.go +++ b/internal/parser.go @@ -46,7 +46,6 @@ func (m Parser) MdToHTML(input []byte) ([]byte, error) { parser.WithAutoHeadingID(), ), goldmark.WithRendererOptions( - html.WithHardWraps(), html.WithUnsafe(), ), )