mirror of
https://github.com/octoleo/plantuml.git
synced 2025-01-03 15:17:23 +00:00
Merge pull request #795 from The-Lum/ImproveEmbeddedDiagram
mod: add `board` and `creole` for Embedded Diagram
This commit is contained in:
commit
444709e815
@ -89,6 +89,12 @@ public class EmbeddedDiagram implements CharSequence {
|
||||
if (s.equals("{{wire")) {
|
||||
return "wire";
|
||||
}
|
||||
if (s.equals("{{creole")) {
|
||||
return "creole";
|
||||
}
|
||||
if (s.equals("{{board")) {
|
||||
return "board";
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user