Not markdown, but here is compx a program for going "component" diagrams: basically placing items on a grid, and describing their connections. It was one of the first clients for SVGo
See: https://github.com/ajstarks/svgo/tree/master/compx On Saturday, October 21, 2017 at 11:16:18 AM UTC-4, Ged Wed wrote: > > Mermaid is a markdown format for expressing workflow diagrams like > sequence diagram etc. > > You can then render it as svg. > > Is there anything similar written in golang ? > > I want to use it for documentation but also for allowing users to > visualise and edit workflows running on top of nats. > It's also a great way to visualise choreography that is happening across > your Microservices because it's often very hard to keep track of the > effects of events firing on your control plane. > > So that's the intent. > > If anyone has thoughts on the best way to achieve this use case please > tell :) > > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.