plantuml already supports raw dot diagrams. You can write something like:
@startuml
digraph G {
a -> b
}
@enduml
Great, I didn't know that! I stopped using Boostnote many months ago, but I really appreciate you taking the time to reply. Thank you!
Most helpful comment
plantuml already supports raw dot diagrams. You can write something like: