Actions
Defect #13695
openText below <pre>-block is not wrapped as paragraph
Status:
New
Priority:
Normal
Assignee:
-
Category:
Text formatting
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
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.
Actions