diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-01-10 10:27:31 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-01-10 10:29:25 -0800 |
| commit | 6f739cdb4d754e04a006aa796c45342e92a424bb (patch) | |
| tree | 98cb8583fb363b04feca3b71ac8005a5cb345910 /test/command/4639.md | |
| parent | dd706bc49c56fdd76570bbb5f4b95972e264f39f (diff) | |
Fix regression: allow blank lines in HTML attributes.
The commit 7a9832166e36f77402d5e0259647e9f5c7ba4e58
had the effect that blank lines would be collapsed
in HTML attributes.
We also roll back a change that collapsed multiple
spaces into one.
Diffstat (limited to 'test/command/4639.md')
| -rw-r--r-- | test/command/4639.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/4639.md b/test/command/4639.md index 31ac3a5d9..c35df1749 100644 --- a/test/command/4639.md +++ b/test/command/4639.md @@ -5,6 +5,6 @@ \end{equation} ^D <p><span class="math display">\[\begin{equation} -E=mc^2 + E=mc^2 \end{equation}\]</span></p> ``` |
