Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
alixander committed Nov 8, 2024
1 parent a8bf438 commit 08f823f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion d2renderers/d2svg/d2svg.go
Original file line number Diff line number Diff line change
Expand Up @@ -1334,7 +1334,7 @@ func drawShape(writer, appendixWriter io.Writer, diagramHash string, targetShape
// we need the self closing form in this svg/xhtml context
render = strings.ReplaceAll(render, "<hr>", "<hr />")

mdEl := d2themes.NewThemableElement("div")
mdEl := d2themes.NewThemableElement("div", inlineTheme)
mdEl.ClassName = "md"
mdEl.Content = render

Expand Down

0 comments on commit 08f823f

Please sign in to comment.