<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/test/ipynb/rank.out.html, branch master</title>
<subtitle>Conversion between markup formats</subtitle>
<id>https://git.pashev.ru/pandoc/atom?h=master</id>
<link rel='self' href='https://git.pashev.ru/pandoc/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/'/>
<updated>2021-12-22T17:45:02Z</updated>
<entry>
<title>Add text wrapping to HTML output.</title>
<updated>2021-12-22T17:45:02Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-12-20T21:44:03Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=7a9832166e36f77402d5e0259647e9f5c7ba4e58'/>
<id>urn:sha1:7a9832166e36f77402d5e0259647e9f5c7ba4e58</id>
<content type='text'>
Previously the HTML writer was exceptional in not being
sensitive to the `--wrap` option.  With this change `--wrap`
now works for HTML. The default (as with other formats) is
automatic wrapping to 72 columns.

A new internal module, T.P.Writers.Blaze, exports `layoutMarkup`.
This converts a blaze Html structure into a doclayout Doc Text.

In addition, we now add a line break between an `img` tag
and the associated `figcaption`.

Note: Output is never wrapped in `writeHtmlStringForEPUB`.
This accords with previous behavior since previously the HTML
writer was insensitive to `--wrap` settings.  There's no real
need to wrap HTML inside a zipped container.

Note that the contents of script, textarea, and pre tags are
always laid out with the `flush` combinator, so that unwanted
spaces won't be introduced if these occur in an indented context
in a template.

Closes #7764.
</content>
</entry>
<entry>
<title>fix(IpynbOutput)!: rank always favors output format</title>
<updated>2021-12-11T17:42:30Z</updated>
<author>
<name>Kolen Cheung</name>
<email>christian.kolen@gmail.com</email>
</author>
<published>2021-12-11T00:18:35Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=a9a9a2c62a811d0e64062b0be628f55ba541dad7'/>
<id>urn:sha1:a9a9a2c62a811d0e64062b0be628f55ba541dad7</id>
<content type='text'>
Previously, both `fmt == f` case and Image have a rank of 1.
In the end, e.g. from ipynb to html conversion,
if both html and image exists, it actually prefers the image.
This commit changes this, so that fmt == f is always highest rank,
and rank never collides.
This is achieved by keeping fmt == f case having rank 1,
and every other rank increased by 1.
</content>
</entry>
</feed>
