Maria Kondaurova
Maria Kondaurova
> Is this still an issue in the latest release @jcq? Yeah, this problem still exists :(
Who solved this problem?
> Has anyone solved this issue? > > When I press enter, it will start typing on a new line that is hidden, but once i type 2 characters, it...
Интересная тема. Готова взяться! ✨
> @Momomash, может быть тебе нужна помощь? Не не, изучила материалы. Осталось собрать в статью — в этом месяце отдам пр.
@raineorshine I also didn't have enough documentation for this hook and I created mr earlier 🥲 https://github.com/react-dnd/react-dnd/pull/3607
still very relevant :(
@pocka Hello! I also encountered this issue and couldn't understand why it works in the Design tab but doesn't work as a block in `.mdx` files. :( @caiangums thank you...
if you are using markdown-draft-js, add at initialization the property preserveNewlines: ` markdownToDraft(value, { preserveNewlines: true })` or ` draftToMarkdown(value, { preserveNewlines: true })`