mirror of
https://github.com/octoleo/plantuml.git
synced 2025-01-05 16:12:16 +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")) {
|
if (s.equals("{{wire")) {
|
||||||
return "wire";
|
return "wire";
|
||||||
}
|
}
|
||||||
|
if (s.equals("{{creole")) {
|
||||||
|
return "creole";
|
||||||
|
}
|
||||||
|
if (s.equals("{{board")) {
|
||||||
|
return "board";
|
||||||
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user