-
- Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
matrix-org/matrix-react-sdk
#7210Labels
A-ComposerA-TimelineO-OccasionalAffects or can be seen by some users regularly or most users rarelyAffects or can be seen by some users regularly or most users rarelyS-MajorSeverely degrades major functionality or product features, with no satisfactory workaroundSeverely degrades major functionality or product features, with no satisfactory workaroundT-Defect
Description
Description
Markdown-quoting of multiple paragraphs into a single quote does not insert paragraphs, but instead renders into a single line.
Steps to reproduce
In any channel post a multi-paragraph quote, eg.
> This is a quote-test with > > multiple paragraphs The expected result would be (through pandoc -f markdown -t html5)
<blockquote> <p>This is a quote-test with</p> <p>Multiple paragraphs</p> </blockquote> Instead the resulting formatted_body content is
<blockquote>\nThis is a quote-test withMultiple paragraphs\n</blockquote>\n Version information
- Server: Self-hosted, Synapse 0.99.1.1+stretch1
- Platform: Web and Desktop
For the web app:
- Browser: Chrome 72.0.3626.109
- OS: Ubuntu 18.04
- URL: riot.im/app
For the desktop app:
- OS: Ubuntu 18.0.4
- Version: 1.0.1
t3chguy, hpdeifel, promi, MightyCreak, MadLittleMods and 13 more
Metadata
Metadata
Assignees
Labels
A-ComposerA-TimelineO-OccasionalAffects or can be seen by some users regularly or most users rarelyAffects or can be seen by some users regularly or most users rarelyS-MajorSeverely degrades major functionality or product features, with no satisfactory workaroundSeverely degrades major functionality or product features, with no satisfactory workaroundT-Defect