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 e9986e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
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
2 changes: 0 additions & 2 deletions e2etests/txtar.txt
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,6 @@ a <-> c: {style.animated: true}
a <-> d: {style.animated: true}
a <-> e
f <-> g: {style.animated: true}
<<<<<<< HEAD:e2etests/txtar.txt
x -- x: {style.animated: true}

-- sequence-edge-group-tall-edge-label --
Sequence: {
Expand Down

0 comments on commit e9986e2

Please sign in to comment.