Should produce {"freeform": [{"type": "text", "value": "Text"}]}, but at the moment that happens only if the input document contains a trailing newline.
It appears this is because the last line of the file is currently parsed only if it contains a special character; normal text lines at the end of files are ignored.
Should produce
{"freeform": [{"type": "text", "value": "Text"}]}
, but at the moment that happens only if the input document contains a trailing newline.It appears this is because the last line of the file is currently parsed only if it contains a special character; normal text lines at the end of files are ignored.