mirror of
https://github.com/kovetskiy/mark.git
synced 2025-04-24 05:42:40 +08:00
Fix mermaid-go rendering
This commit is contained in:
parent
af221d50c7
commit
13c594981e
@ -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,
|
||||||
|
"",
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user