How do I insert a line break (newline) in a memo? Tried everything, doesn't work #6004
Replies: 2 comments
-
|
Memos uses their own |
Beta Was this translation helpful? Give feedback.
-
|
Memos has been CommonMark-compliant since v0.25.3 (goldmark on the backend, react-markdown on the web), and since v0.26.0 a single Enter is rendered as a line break — no two-space or backslash tricks needed. Your If a single Enter genuinely doesn't break lines for you on 0.28.0, your browser is likely serving a cached old frontend — try a hard refresh (Ctrl/Cmd+Shift+R) or clear the cache on any reverse proxy in front of Memos, and share a screenshot if it persists. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm using Memos version 0.28.0 (self-hosted). I want to add simple line breaks in my memos (for Persian text formatting). But nothing works as expected.
Here's what I've tried:
So right now, I can't get a single line break. Either no break at all, or double break.
Am I missing something? Is there a hidden setting or a different syntax that works in Memos?
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions