element-hq / element-hq/element-android
Double new lines don't end up in a paragraph
Open
A-Composer
- Dominant language
- Kotlin
- Stars
- 3.7k
- Forks
- 917
- PR merge metrics
- No merged PRs in 30d
Description
See this comment below for more up-to-date information: https://github.com/vector-im/element-android/issues/1237#issuecomment-817328230
________________________
**Problem**
When I write a message on RiotX and use double new lines in my message, I don't get paragraphs in the posted text.
**Actual result**
Just one new line.
**Expected result**
I am expecting to see a small space between the paragraphs.
**Repro steps**
* Write this message:
Paragraph 1
Paragraph 2
* Send it
* See the rendered/posted text, it looks like this:
Paragraph 1
Paragraph 2
Contributor guide
Assessment
This issue has not been assessed yet.