-
Notifications
You must be signed in to change notification settings - Fork 433
Closed
Milestone
Description
I've been hitting my head at this but can't see a way around it. What is happening is that my code like:
<pre>No newline here.
Some indented content with newline.
Again no newline</pre>
Becomes:
<pre>
No newline here.
Some indented content with newline.
Again no newline.
</pre>
Basically it is inserting a newline after the <pre>
tag and before the </pre>
tag. It should not touch anything inside the <pre></pre>
area.