fix: plantuml deflate raw
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user