<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/test/s5-basic.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>Use CSS in favor of &lt;br&gt; for display math (#6372)</title>
<updated>2020-05-19T05:45:44Z</updated>
<author>
<name>Lila</name>
<email>lila91142@gmail.com</email>
</author>
<published>2020-05-19T05:45:44Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=f4185fcef0aa5c00e37a1bf8bbc8b8c6459fffe7'/>
<id>urn:sha1:f4185fcef0aa5c00e37a1bf8bbc8b8c6459fffe7</id>
<content type='text'>
Some CSS to ensure that display math is
displayed centered and on a new line is now included
in the default HTML-based templates; this may be
overridden if the user wants a different behavior.
</content>
</entry>
<entry>
<title>HTML-based templates: Add CSS to suppress bullet on unordered task lists.</title>
<updated>2019-12-05T17:36:34Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2019-12-05T17:36:34Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=64f78b3d5f51fcb61632193525b474cc6b8f3943'/>
<id>urn:sha1:64f78b3d5f51fcb61632193525b474cc6b8f3943</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add div.hanging-indent CSS to HTML templates.</title>
<updated>2019-09-05T19:42:23Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2019-09-05T19:42:23Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=381654a7043184c0b0ddf1c2e3fe5c35bfb1cd47'/>
<id>urn:sha1:381654a7043184c0b0ddf1c2e3fe5c35bfb1cd47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add partial styles.html in HTML5 template.</title>
<updated>2019-09-05T19:39:50Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2019-09-05T00:33:59Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=bb362fd76c94cb5228b06632c47993ee48cecac4'/>
<id>urn:sha1:bb362fd76c94cb5228b06632c47993ee48cecac4</id>
<content type='text'>
Avoid duplication in HTML templates by using styles.html partial.
Change indentation of styles in template.
</content>
</entry>
<entry>
<title>HTML writer: Use br elements in line blocks...</title>
<updated>2017-12-26T16:40:33Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2017-12-26T16:38:19Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=718b2c5837f4a72a6ba58bc5c307431316e7d4dc'/>
<id>urn:sha1:718b2c5837f4a72a6ba58bc5c307431316e7d4dc</id>
<content type='text'>
instead of relying on CSS.  Closes #4162.  HTML-based templates have had
the custom CSS for div.line-block removed.  Those maintaining custom
templates will want to remove this too.

We still enclose line blocks in a div with class line-block.
</content>
</entry>
<entry>
<title>Include default CSS for 'underline' class in HTML-based templates.</title>
<updated>2017-12-04T04:36:08Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2017-12-04T04:36:08Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=c94b970cede1644c71fae2161626d0a1eb13facc'/>
<id>urn:sha1:c94b970cede1644c71fae2161626d0a1eb13facc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improved support for columns in HTML.</title>
<updated>2017-11-03T03:57:05Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2017-11-03T03:55:29Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=642d603666521157d386e2a87bfdcca11d479b87'/>
<id>urn:sha1:642d603666521157d386e2a87bfdcca11d479b87</id>
<content type='text'>
* Move as much as possible to the CSS in the template.
* Ensure that all the HTML-based templates (including epub)
  contain the CSS for columns.
* Columns default to 50% width unless they are given a width
  attribute.

Closes #4028.
</content>
</entry>
<entry>
<title>HTML Writer: consistently use dashed class-names</title>
<updated>2017-10-31T09:40:16Z</updated>
<author>
<name>mb21</name>
<email>mb21@users.noreply.github.com</email>
</author>
<published>2017-10-31T09:32:17Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=8d7ce0fdf0a71e8c34fb7e3bff8909884f3af3a2'/>
<id>urn:sha1:8d7ce0fdf0a71e8c34fb7e3bff8909884f3af3a2</id>
<content type='text'>
see #3556
</content>
</entry>
<entry>
<title>Implement multicolumn support for slide formats.</title>
<updated>2017-08-15T06:17:44Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2017-08-15T06:05:09Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=892a4edeb1c9b9810c8386e639d8e457bbae7e86'/>
<id>urn:sha1:892a4edeb1c9b9810c8386e639d8e457bbae7e86</id>
<content type='text'>
The structure expected is:

    &lt;div class="columns"&gt;
      &lt;div class="column" width="40%"&gt;
        contents...
      &lt;/div&gt;
      &lt;div class="column" width="60%"&gt;
        contents...
      &lt;/div&gt;
    &lt;/div&gt;

Support has been added for beamer and all HTML slide formats.

Closes #1710.

Note:  later we could add a more elegant way to create
this structure in Markdown than to use raw HTML div elements.
This would come for free with a "native div syntax" (#168).
Or we could devise something specific to slides
</content>
</entry>
</feed>
