timmaffett / kroki.dart

Dart helper class for using Kroki.io web service for text diagram to svg conversion
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

markdown full code example #1

Open Maclaon opened 1 year ago

Maclaon commented 1 year ago

can u provide a full code example in makrdown or flutter_markdown?

timmaffett commented 1 year ago

Sorry for the delay in responding!

I have a PR to markdown, https://github.com/dart-lang/markdown/pull/433/ , that demonstrates using this with markdown. The PR includes enhancements to markdown that allow for asynchronous fenced code block resolution. The PR changes the markdown example to use the kroki package to resolve mermaid diagrams using the kroki.io web service.