Replies: 2 comments 19 replies
-
Can you show us your query? |
Beta Was this translation helpful? Give feedback.
15 replies
-
Hmm. I think the correct fix may actually be to remove "m" as an allowed way to define minutes, and use "min" instead. This also brings up the ever present problem of how to properly escape raw strings you don't want parsed. Is this field defined in frontmatter, or in an inline field? ( |
Beta Was this translation helpful? Give feedback.
4 replies
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.
-
I have a field with content "9 m" (where m symbolizes meters)
In DataView table it is visualized as "9 minutes".
How can I get rid of this, showing "9 m" instead?
Beta Was this translation helpful? Give feedback.
All reactions