mirror of
https://github.com/octoleo/plantuml.git
synced 2025-02-01 03:28:32 +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
|
||||
} else if (line.getString().trim().startsWith("!pragma ")) {
|
||||
// Ignore
|
||||
} else if (line.getString().trim().startsWith("hide ")) {
|
||||
// Ignore
|
||||
} else if (line.getString().trim().startsWith("title ")) {
|
||||
this.title = line.getString().trim().substring("title ".length()).trim();
|
||||
} else if (line.getString().trim().startsWith("skinparam ")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user