You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output json file would be
{"insert":"AAA\nBBB\nCCC"},{"insert":"\n","attributes":{"align":"center"}},
{"insert":"DDD"},{"insert":"\n","attributes":{"align":"right"}}
Any chance to let AAA and BBB has an attribute "align":"left" and CCC with {"align":"center"} respectively?
Thank you
This discussion was converted from issue #662 on February 14, 2022 15:22.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Suppose we have input strings like this:
The output json file would be
{"insert":"AAA\nBBB\nCCC"},{"insert":"\n","attributes":{"align":"center"}},
{"insert":"DDD"},{"insert":"\n","attributes":{"align":"right"}}
Any chance to let AAA and BBB has an attribute "align":"left" and CCC with {"align":"center"} respectively?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions