Fix mermaid-go rendering

This commit is contained in:
Manuel Rüger 2023-05-03 21:26:16 +02:00
parent af221d50c7
commit 13c594981e

View File

@ -378,12 +378,14 @@ func (r *ConfluenceRenderer) renderFencedCodeBlock(writer util.BufWriter, source
Title string Title string
Alt string Alt string
Attachment string Attachment string
Url string
}{ }{
attachment.Width, attachment.Width,
attachment.Height, attachment.Height,
attachment.Name, attachment.Name,
"", "",
attachment.Filename, attachment.Filename,
"",
}, },
) )