html: Remove cosmetic whitespace inside p tags
All tags are put on a line by themselves to help with visual diffing. Apparently this extra cosmetic whitespace causes problems inside p tags for ppl who want to use `white-space: pre`. Not much hurt for visual diffing in removing cosmetic whitespace for just p tags and can't think of anything that would break because of this right now. So let's do it and wait for things to break.
This commit is contained in:
parent
30dd2794cf
commit
a383eef7a6
15 changed files with 216 additions and 577 deletions
7
org/testdata/keywords.html
vendored
7
org/testdata/keywords.html
vendored
|
@ -10,17 +10,14 @@ and <span style="text-decoration: underline;">multiple</span> lines of <strong>c
|
|||
</figcaption>
|
||||
</figure>
|
||||
<p>
|
||||
and an image with custom html attributes and a caption
|
||||
</p>
|
||||
and an image with custom html attributes and a caption</p>
|
||||
<figure>
|
||||
<img src="https://placekitten.com/200/200#.png" alt="https://placekitten.com/200/200#.png" title="https://placekitten.com/200/200#.png" style="height: 100%; border: 10px solid black;" id="kittens"/>
|
||||
<figcaption>
|
||||
kittens!
|
||||
</figcaption>
|
||||
</figure>
|
||||
<p>
|
||||
named paragraph
|
||||
</p>
|
||||
<p>named paragraph</p>
|
||||
<div class="src src-text">
|
||||
<div class="highlight">
|
||||
<pre>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue