pedromxavier / DocumenterDiagrams.jl

Diagram features for Documenter.jl, powered by Kroki.jl
https://pedromxavier.github.io/DocumenterDiagrams.jl/
MIT License
16 stars 0 forks source link

word cuts when displayed #3

Open rveltz opened 2 months ago

rveltz commented 2 months ago

Hi,

Thank you for your nice package! When trying the example of the README, I get the following result

Screenshot 2024-04-17 at 12 10 51 AM

As you can see, the text is cut in the boxes and the diagram is not interactive.

Is there a way to address this?

Thank you

pedromxavier commented 2 months ago

Hi @rveltz,

I have faced this problem before but I'm not pretty sure on how to solve it properly. This package basically puts together functionality from Kroki through Kroki.jl. It would be interesting to investigate whether this is a problem with DocumenterDiagrams or an upstream issue.

Thanks for pointing it out!

If you are sticking to generating diagrams using mermaid, I would consider using DocumenterMermaid, as they might provide interactivity features.