This repository was archived by the owner on Jan 20, 2022. It is now read-only.
Allow setting the character for a new line #225
Unanswered
TNAJanssen
asked this question in
General
Replies: 1 comment
-
There is no way to configure this, the slash formatting is deeply entwined into the markdown parser. This is where it's converted from markdown -> prosemirror AST: And from Prosemirror AST -> Markdown: |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi,
We prefer 2 spaces as a line break instead of the \ because the package to render markdown on the backend.
Is there a way to configure this?
Beta Was this translation helpful? Give feedback.
All reactions