fix: plantuml deflate raw
This commit is contained in:
parent
4aa7828a92
commit
6a4b25bc28
@ -112,7 +112,7 @@ module.exports = {
|
|||||||
altToken
|
altToken
|
||||||
)
|
)
|
||||||
|
|
||||||
var zippedCode = encode64(zlib.deflateSync('@startuml\n' + contents + '\n@enduml').toString('binary'))
|
var zippedCode = encode64(zlib.deflateRawSync('@startuml\n' + contents + '\n@enduml').toString('binary'))
|
||||||
|
|
||||||
token = state.push('uml_diagram', 'img', 0)
|
token = state.push('uml_diagram', 'img', 0)
|
||||||
// alt is constructed from children. No point in populating it here.
|
// alt is constructed from children. No point in populating it here.
|
||||||
|
Loading…
Reference in New Issue
Block a user