Commit 032a5a5
committed
Plantuml cache file name
When having the setting:
```
HTML_OUTPUT = html\v1
```
and the simple plantuml command:
```
@startuml
Bob -> Alice : hello
@enduml
```
We get the warning:
```
aa.md:6: error: Could not open file .../html\v1/inline_umlgraph_pnghtml\v1.pu for writing
```
as the backslash was not considered properly1 parent 9023781 commit 032a5a5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments