|
|
@ -90,7 +90,6 @@ func RenderSimpleMarkdown(raw string) string { |
|
|
|
markdown := goldmark.New( |
|
|
|
markdown := goldmark.New( |
|
|
|
goldmark.WithRendererOptions( |
|
|
|
goldmark.WithRendererOptions( |
|
|
|
html.WithUnsafe(), |
|
|
|
html.WithUnsafe(), |
|
|
|
html.WithHardWraps(), |
|
|
|
|
|
|
|
), |
|
|
|
), |
|
|
|
goldmark.WithExtensions( |
|
|
|
goldmark.WithExtensions( |
|
|
|
extension.NewLinkify( |
|
|
|
extension.NewLinkify( |
|
|
|