mirror of
https://github.com/octoleo/plantuml.git
synced 2025-01-03 07:12:29 +00:00
Merge pull request #802 from The-Lum/ImproveStyleJson
add: `hide` as NOP on style for JSON or YAML diagram
This commit is contained in:
commit
1afbb8f35c
@ -66,6 +66,8 @@ public class StyleExtractor {
|
|||||||
// Ignore
|
// Ignore
|
||||||
} else if (line.getString().trim().startsWith("!pragma ")) {
|
} else if (line.getString().trim().startsWith("!pragma ")) {
|
||||||
// Ignore
|
// Ignore
|
||||||
|
} else if (line.getString().trim().startsWith("hide ")) {
|
||||||
|
// Ignore
|
||||||
} else if (line.getString().trim().startsWith("title ")) {
|
} else if (line.getString().trim().startsWith("title ")) {
|
||||||
this.title = line.getString().trim().substring("title ".length()).trim();
|
this.title = line.getString().trim().substring("title ".length()).trim();
|
||||||
} else if (line.getString().trim().startsWith("skinparam ")) {
|
} else if (line.getString().trim().startsWith("skinparam ")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user