Skip to content

Commit

Permalink
Fix mermaid-go rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueg committed May 3, 2023
1 parent af221d5 commit 13c5949
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/mark/markdown.go
Original file line number Diff line number Diff line change
Expand Up @@ -378,12 +378,14 @@ func (r *ConfluenceRenderer) renderFencedCodeBlock(writer util.BufWriter, source
Title string
Alt string
Attachment string
Url string
}{
attachment.Width,
attachment.Height,
attachment.Name,
"",
attachment.Filename,
"",
},
)

Expand Down

0 comments on commit 13c5949

Please sign in to comment.