mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
console: remove unsafe rendering from Goldmark
With the recent update, we don't need it anymore.
This commit is contained in:
@@ -21,7 +21,6 @@ import (
|
|||||||
"github.com/yuin/goldmark/ast"
|
"github.com/yuin/goldmark/ast"
|
||||||
"github.com/yuin/goldmark/extension"
|
"github.com/yuin/goldmark/extension"
|
||||||
"github.com/yuin/goldmark/parser"
|
"github.com/yuin/goldmark/parser"
|
||||||
"github.com/yuin/goldmark/renderer/html"
|
|
||||||
"github.com/yuin/goldmark/text"
|
"github.com/yuin/goldmark/text"
|
||||||
"github.com/yuin/goldmark/util"
|
"github.com/yuin/goldmark/util"
|
||||||
)
|
)
|
||||||
@@ -106,9 +105,6 @@ func (c *Component) docsHandlerFunc(gc *gin.Context) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
md := goldmark.New(
|
md := goldmark.New(
|
||||||
goldmark.WithRendererOptions(
|
|
||||||
html.WithUnsafe(),
|
|
||||||
),
|
|
||||||
goldmark.WithExtensions(
|
goldmark.WithExtensions(
|
||||||
extension.Footnote,
|
extension.Footnote,
|
||||||
extension.Typographer,
|
extension.Typographer,
|
||||||
|
|||||||
Reference in New Issue
Block a user