gitbook-plugin-plantuml icon indicating copy to clipboard operation
gitbook-plugin-plantuml copied to clipboard

Gitbook PlantUml plugin is used to select from markdown uml and converting it into a picture format svg.

Results 4 gitbook-plugin-plantuml issues
Sort by recently updated
recently updated
newest added

The original version only support subdirectory upto 1 level.

- fix: assets/images/uml don't get copied to _book - when use multiple directories, uml files will be overwrite

Hello, I've been trying to fix/debug this for a while but didn't have any luck. When I try to generate my gitbook via `gitbook serve` the images get generated in...

`````` js uml = page.content.match(/^```uml((.*\n)+?)?```$/igm); `````` `````` js uml = page.content.match(/^```uml((.*\r?\n)+?)?```$/igm); // append '\r?' ``````