Is there a option to enable single newlines break? #282
Unanswered
LintaoAmons
asked this question in
Q&A
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
just follow the docs: https://streamdown.ai/docs/gfm#using-remark-breaks |
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.
-
Description
Current Behavior
Single newlines (
\n) in markdown content are collapsed and rendered as a single space, following standard CommonMark behavior:Only double newlines (
\n\n) create paragraph breaks:Desired Behavior
An option to treat single newlines as
<br>elements (hard line breaks):Use Case
This is particularly useful for:
Beta Was this translation helpful? Give feedback.
All reactions