Defect #13695
Text below <pre>-block is not wrapped as paragraph
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Text formatting | |||
Target version: | - | |||
Resolution: | Affected version: | 2.3.0 |
Description
This
<pre> My block </pre> Lorem ipsum dolor sit amet.
becomes as formated text in Redmine:
My block
Lorem ipsum dolor sit amet.
Problem: The text below the pre-block is not wraped with <p>-tags. The following two blocks working well:
<pre> My block </pre>Lorem ipsum dolor sit amet.
<pre> My block </pre> Lorem ipsum dolor sit amet.
History
#1
Updated by Filou Centrinov about 9 years ago
UPDATE: This exemple has also problems. There is no <p>-wrapped text below pre-blocks.
<pre> My block </pre>Lorem ipsum dolor sit amet.
#2
Updated by Filou Centrinov about 9 years ago
Supported in RedCloth 4. More about RedCloth 4: #6269
#3
Updated by Senya Senya almost 4 years ago
Related #29588