Replies: 1 comment 1 reply
-
This behavior isn't exactly intended, but it's unlikely to change; what's happening is that the full-line parser for metadata stops when it sees indentation / punctuation, so it reads "parent", then sees the quote and stops. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I write a quotation mark (" or ') in front of a word mid-way through a paragraph DataView will treat the next part of the paragraph until a double colon (::) as a field. This is a very useful feature... however I am curious: is this a feature or a bug? If I build on this, will I regret it later when the bug is resolved?
Beta Was this translation helpful? Give feedback.
All reactions