fix rebase
This commit is contained in:
parent
b8a5dbdbc5
commit
c06bfd5097
1 changed files with 1 additions and 1 deletions
|
|
@ -1435,7 +1435,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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue