mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Invert nomnoml diagrams in dark mode
This commit is contained in:
parent
f044d25f7e
commit
cc684766ba
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@
|
|||
"url": "http:\/\/nomnoml.com\/",
|
||||
"cli": "nomnoml {input_file} {output_file} 0",
|
||||
"cli_mode": "file",
|
||||
"output_format": "image\/svg+xml"
|
||||
"output_format": "image\/svg+xml",
|
||||
"output_classes": [ "invert-when-dark" ]
|
||||
},
|
||||
"plantuml": {
|
||||
"name": "PlantUML",
|
||||
|
|
Loading…
Reference in a new issue