mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-03 06:05:45 +00:00
With the new (default) line wrapping of HTML, in
conjunction with the default CSS which includes
`code { whitespace: pre-wrap; }`, spurious line
breaks could be introduced into inline code.
Closes #7858.
7 lines
383 B
Markdown
7 lines
383 B
Markdown
```
|
|
% pandoc -t html --columns=50 --wrap=auto
|
|
`neuth asontue stheuosnt aeosunth asnoetuh asneotuh snatehou snatoehu sntahe ousntahoe unstaheou sntaheou aoeu sthoeu sntaoeusnth ansoetuhs atoeuh saonteu`
|
|
^D
|
|
<p><code>neuth asontue stheuosnt aeosunth asnoetuh asneotuh snatehou snatoehu sntahe ousntahoe unstaheou sntaheou aoeu sthoeu sntaoeusnth ansoetuhs atoeuh saonteu</code></p>
|
|
```
|