mermaid-gitbook
mermaid-gitbook copied to clipboard
Support for boxed text or nodes without link?
I am trying to find a decent solution to draw diagrams like showing how bits are stored in registers. Is this something supported in mermaid? Horizontal diagrams are the closest thing I can find, but it seems that nodes have to be connected by links. Thanks.
Example:
-------------------------------
| more bits | 0 | 1 |
-------------------------------
Maybe you could use a simple markdown table ? However, this seems to be an issue with https://github.com/knsv/mermaid and not with this repository (this repo is only for the gitbook documentation)