1.0.0 • Published 5 years ago

gitbook-plugin-nomnoml-md v1.0.0

Weekly downloads
3
License
-
Repository
-
Last release
5 years ago

UML diagram (Nomnoml) in Gitbook

This plugin can render UML diagram using nomnoml .
And this syntacs can be previewed by VS Code Markdown Nomnoml Support.
Forked from (https://plugins.gitbook.com/plugin/nomnoml)

Installation

Configure the plugin in your book.json:

{
  "plugins": ["nomnoml-md"]
}

How to use

#fill: #d5e7ee; #8ebff2

[<frame>Decorator pattern|
  [<abstract>Component||+ operation()]
  [Client] depends --> [Component]
  [Decorator|- next: Component]
  [Decorator] decorates -- [ConcreteComponent]
  [Component] <:- [Decorator]
  [Component] <:- [ConcreteComponent]
]