mirror of
https://github.com/octoleo/plantuml.git
synced 2025-01-23 15:18:32 +00:00
mod: add board
and creole
for Embedded Diagram
mod: Add, for Embedded Diagram: - `board` - `creole`
This commit is contained in:
parent
29e652a3b0
commit
db9d000eb7
@ -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…
x
Reference in New Issue
Block a user