Support space
in the markup of autoformat rules
#2515
sepsol
started this conversation in
Feature Requests
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'm trying to achieve the results in the table below using autoformat but I'm only able to get the first one. If I put any spaces in my markup it breaks that rule altogether.
2*
+3
2*
+3
2 *
+3
2 *
+3
Steps
Sandbox
https://codesandbox.io/s/plate-space-breaks-trigger-v6i2n?file=/src/App.js
Expectation
The expectation is for the marks to accept
space
characters, so that rules like the ones above could be implemented.Environment
Beta Was this translation helpful? Give feedback.
All reactions