Skip to content

fix: multiline strings being escaped when creating an entity

Frank Bessou requested to merge topic/default/multiline-strings into branch/default

JSON.stringify escaped "\n" in strings. This is correct for json serialization but here, using placeholders is the good/safe way to go. Closes #18 (closed).

Merge request reports