Knut Sveidqvist
Knut Sveidqvist
Thanks for a good documentation system! A very good blend between flexibility, simplicity and structure. I am looking at using docker in some projects but as I like to have...
``` graph TD A[""] -->|Get money| B(Go shopping) B --> C{Let me think} C -->|One| D[Laptop] C -->|Two| E[iPhone] C -->|Three| F[fa:fa-car Car] ``` Relates to https://github.com/knsv/mermaid/issues/847
What additional digram type is should be added to mermaid? - PlantUML - usecase diagram - PlantUML - component diagram - PlantUML - object diagram - Improved dot support -...
Currently, the examples in the docs folder used on github and the examples on the docs site have different formats. This leads to users on github browsing into the docs...
## :bookmark_tabs: Summary The changes in this PR makes mermaid set both width and height of the diagram when maxWidth in not used. This is related to #3659 even though...
When adding themeVariables in the initialize call these changes are not being applied if you also change the font-family in the root.
When setting the line color in a page this affects the styling of the arrowheads, the markers in svg. These ids are not properly contained within each svg. This results...
https://docs.travis-ci.com/user/migrate/open-source-repository-migration
### Description The images test "Configuration-and-directives---nodes-should-be-light-blue-Theme-variable-from-initialize,-theme-from-directive---nodes-should-be-red" fails. ### Steps to reproduce Run cypress tests ### Screenshots ### Code Sample _No response_ ### Setup **Desktop** - OS and Version: [Windows, Linux,...
The configuration for whether or not to use htmlLabels is currently done with this configuration: ``` { flowchart:{ htmlLabels: true } } ``` With the new rendering engine more diagram...