Skip to content

Commit

Permalink
Merge pull request #16 from k1LoW/fix-md-diagram-tmpl
Browse files Browse the repository at this point in the history
Add Tags param to diagram.md.tmpl
  • Loading branch information
k1LoW committed Sep 25, 2020
2 parents f2ea448 + 308f7c8 commit 31b6645
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions output/md/md.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ func (m *Md) OutputDiagram(wr io.Writer, d *config.Diagram) error {
"DescPath": rel,
"Layers": layers,
"Nodes": m.config.Nodes,
"Tags": m.config.Tags(),
}
if err := tmpl.Execute(wr, tmplData); err != nil {
return err
Expand Down

0 comments on commit 31b6645

Please sign in to comment.