Skip to content

HTML embedding when multiple spaces are used for alignment #114

@maximal

Description

@maximal

Having this source text:

Paragraph

<img src="file.jpg"
     alt="some alt aligned with src attribute" title="some text" />

Another paragraph

We get this result:

<p>Paragraph</p>
<p>&lt;img src="file.jpg"</p>
<pre><code> alt="some alt aligned with src attribute" title="some text" /&gt;
</code></pre>
<p>Another paragraph</p>

Maybe it would be more consistent to get this:

<p>Paragraph</p>
<p><img src="file.jpg" alt="some alt aligned with src attribute" title="some text" /></p>
<p>Another paragraph</p>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions