Skip to content

Multi-Parapgraph Markdown-quote is rendered incorrectly #8786

@pludi

Description

@pludi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-ComposerA-TimelineO-OccasionalAffects or can be seen by some users regularly or most users rarelyS-MajorSeverely degrades major functionality or product features, with no satisfactory workaroundT-Defect

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions