<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/tests/epub, 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>2017-02-04T11:56:30Z</updated>
<entry>
<title>Moved tests/ -&gt; test/.</title>
<updated>2017-02-04T11:56:30Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2017-02-04T11:56:30Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=18ab8642692caca2716fd9b5a0e6dbfd3d9cf9cc'/>
<id>urn:sha1:18ab8642692caca2716fd9b5a0e6dbfd3d9cf9cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use new module from texmath to lookup MS font codepoints.</title>
<updated>2016-11-29T23:43:55Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2016-11-29T23:43:55Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=ac83d4b806d4ac0bd98a2e977bdb13898483964b'/>
<id>urn:sha1:ac83d4b806d4ac0bd98a2e977bdb13898483964b</id>
<content type='text'>
+ Removed Text.Pandoc.Readers.Docx.Fonts
+ Moved its code to texmath; we now use (from texmath 0.9)
  Text.TeXMath.Unicode.Fonts
+ Use texmath 0.9 (currently from git).
+ Updated epub tests because texmath now handles more mathml.
</content>
</entry>
<entry>
<title>Fixed tests.</title>
<updated>2015-12-13T00:22:31Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-12-13T00:22:31Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=202d848fb3a4da723aad81a56885e4e311889ce9'/>
<id>urn:sha1:202d848fb3a4da723aad81a56885e4e311889ce9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Test fixes.</title>
<updated>2015-12-12T20:58:31Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-12-12T20:21:36Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=d6a4c70ef8c9a8f19a123a10e9570af66831180e'/>
<id>urn:sha1:d6a4c70ef8c9a8f19a123a10e9570af66831180e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb21-new-image-attributes</title>
<updated>2015-11-20T07:14:23Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-11-20T06:41:12Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=244cd5644b44f43722530379138bd7bb9cbace9b'/>
<id>urn:sha1:244cd5644b44f43722530379138bd7bb9cbace9b</id>
<content type='text'>
* Bumped version to 1.16.
* Added Attr field to Link and Image.
* Added `common_link_attributes` extension.
* Updated readers for link attributes.
* Updated writers for link attributes.
* Updated tests
* Updated stack.yaml to build against unreleased versions of
  pandoc-types and texmath.
* Fixed various compiler warnings.

Closes #261.

TODO:

* Relative (percentage) image widths in docx writer.
* ODT/OpenDocument writer (untested, same issue about percentage widths).
* Update pandoc-citeproc.
</content>
</entry>
<entry>
<title>HTML reader/writer:  better handling of "section" elements.</title>
<updated>2015-10-11T22:25:49Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-10-11T22:25:49Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=0e78eba791233b616f2435f2353586f9d3859480'/>
<id>urn:sha1:0e78eba791233b616f2435f2353586f9d3859480</id>
<content type='text'>
Previously `&lt;section&gt;` tags were just parsed as raw HTML
blocks.  With this change, section elements are parsed as
Div elements with the class "section".  The HTML writer will
use `&lt;section&gt;` tags to render these Divs in HTML5; otherwise
they will be rendered as `&lt;div class="section"&gt;`.

Closes #2438.
</content>
</entry>
<entry>
<title>EPUB reader:  stop mangling external URLs.</title>
<updated>2015-08-10T23:35:43Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-08-10T23:35:43Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=7b8c005d0789cc397b99c3be7a936a016b01f7f2'/>
<id>urn:sha1:7b8c005d0789cc397b99c3be7a936a016b01f7f2</id>
<content type='text'>
Closes #2284.

Note the changes to the test suite. In each case, a mangled
external link has been fixed, so these are all positive.
</content>
</entry>
<entry>
<title>Updated tests for link attribute changes.</title>
<updated>2015-08-07T10:39:43Z</updated>
<author>
<name>mb21</name>
<email>mb21@users.noreply.github.com</email>
</author>
<published>2015-07-26T18:09:10Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=08243d53a68239fe60fdcb59ee71f6562b16f5c7'/>
<id>urn:sha1:08243d53a68239fe60fdcb59ee71f6562b16f5c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated tests for image attribute changes.</title>
<updated>2015-08-07T10:38:31Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-04-02T00:03:00Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=e44fc547a5d0ef67c68011c23563fd82320bc2aa'/>
<id>urn:sha1:e44fc547a5d0ef67c68011c23563fd82320bc2aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>EPUB Tests: Seperating image testing from other features</title>
<updated>2014-09-25T12:33:25Z</updated>
<author>
<name>mpickering</name>
<email>matthewtpickering@gmail.com</email>
</author>
<published>2014-09-25T12:33:25Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=c0b9ad4c5df0dd17612d0bd5d82b628a971afcff'/>
<id>urn:sha1:c0b9ad4c5df0dd17612d0bd5d82b628a971afcff</id>
<content type='text'>
</content>
</entry>
</feed>
