<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/data/templates/default.dzslides, 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-05-15T16:56:48Z</updated>
<entry>
<title>HTML-based slide shows: add support for institute (#7289)</title>
<updated>2021-05-15T16:56:48Z</updated>
<author>
<name>Thomas Hodgson</name>
<email>hello@twshodgson.net</email>
</author>
<published>2021-05-15T16:56:48Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=97a0ee23bc2d7ec90d193f41fb89f91bc66f6528'/>
<id>urn:sha1:97a0ee23bc2d7ec90d193f41fb89f91bc66f6528</id>
<content type='text'>
Add institute variable (string or list) to HTML-based slide formats.
</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>Remove unnecessary type="text/css" on style and link for HTML5.</title>
<updated>2018-12-14T19:29:35Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2018-12-14T19:29:35Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=9fe6d91a1a75d6a3fd5a9ef5884b13be5055920b'/>
<id>urn:sha1:9fe6d91a1a75d6a3fd5a9ef5884b13be5055920b</id>
<content type='text'>
Closes #5146.
</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>Load Google Font using HTTPS by default</title>
<updated>2017-10-03T15:55:52Z</updated>
<author>
<name>Yoan Blanc</name>
<email>yoan@dosimple.ch</email>
</author>
<published>2017-10-03T15:55:52Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=66135ab97090c0c814070cafb34c37a0c9261807'/>
<id>urn:sha1:66135ab97090c0c814070cafb34c37a0c9261807</id>
<content type='text'>
Otherwise they won't show up in current version of firefox/chromium.</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>
<entry>
<title>Use `table-of-contents` for contents of toc, make `toc` a boolean.</title>
<updated>2017-06-26T14:20:09Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2017-06-26T14:07:59Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=75f4e41d7d292e011a83d06efebc356060ea812b'/>
<id>urn:sha1:75f4e41d7d292e011a83d06efebc356060ea812b</id>
<content type='text'>
Changed markdown, rtf, and HTML-based templates accordingly.

This allows you to set `toc: true` in the metadata; this
previously produced strange results in some output formats.

Closes #2872.

For backwards compatibility, `toc` is still set to the
toc contents.  But it is recommended that you update templates
to use `table-of-contents` for the toc contents and `toc`
for a boolean flag.
</content>
</entry>
<entry>
<title>Regularized CSS in html/epub/html slide templates.</title>
<updated>2017-03-04T22:16:42Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2017-03-04T22:16:42Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=14b8aa8c93766f98a6e0bc9ff04f14962a888f4f'/>
<id>urn:sha1:14b8aa8c93766f98a6e0bc9ff04f14962a888f4f</id>
<content type='text'>
All templates now include `code{white-space: pre-wrap}`
and CSS for `q` if `--html-q-tags` is used.

Previously some templates had `pre` and others `pre-wrap`;
the `q` styles were only sometimes included.

See #3485.
</content>
</entry>
</feed>
