-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Characters such as # ~ - [ ] ( ) > should be escaped like how characters * _ are.
Use case:
- Visit https://react-rte.org/demo
- Type the following
# heading
~~strike~~
- list
[title](url)
> blockquote
- Switch to markdown tab
- Cut markdown
- Paste markdown
You'll notice the dehydrated state is not properly escaping these MD characters and when rehydrated from MD not all exported content like blockquotes are recreated.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels