Greg Anders
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
modules/caddyhttp/templates/tplcontext.go
|
|
@ -254,7 +254,6 @@ func (templateContext) funcMarkdown(input interface{}) (string, error) { |
|
|
|
parser.WithAutoHeadingID(), |
|
|
|
), |
|
|
|
goldmark.WithRendererOptions( |
|
|
|
gmhtml.WithHardWraps(), |
|
|
|
gmhtml.WithUnsafe(), // TODO: this is not awesome, maybe should be configurable?
|
|
|
|
), |
|
|
|
) |
|
|
|