mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-14 20:11:10 +00:00
sanitized url
This commit is contained in:
parent
c8eb8fda6d
commit
3aecf576d4
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ export default (order) => { return {
|
|||
|
||||
html: function(node, output) {
|
||||
return SimpleMarkdown.htmlTag("a", output(node.content), {
|
||||
href: node.url,
|
||||
href: SimpleMarkdown.sanitizeText(SimpleMarkdown.sanitizeUrl(node.url)),
|
||||
class: "link",
|
||||
target: "_blank"
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue