baerrach / gatsby-remark-plantuml

Gatsby Remark parser for PlantUML code blocks
Other
3 stars 4 forks source link

handle raw dot format #5

Closed baerrach closed 4 years ago

baerrach commented 4 years ago

Dot code like:

digraph G {
node [shape="box"]
A [label="hello",shape="circle"]
A->B->C
A->C
label="Title"
}

should be rendered.

baerrach commented 4 years ago

Fixed by #15