Skip to content

newlines inserted in <pre> tags #158

@bobbens

Description

@bobbens

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions