<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/tests/docx, 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>Docx reader: Empty header should be list of lists.</title>
<updated>2016-12-13T12:04:40Z</updated>
<author>
<name>Jesse Rosenthal</name>
<email>jrosenthal@jhu.edu</email>
</author>
<published>2016-12-13T11:58:16Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=60004cd518f0fc72d45633dbb552f153bc3bfe96'/>
<id>urn:sha1:60004cd518f0fc72d45633dbb552f153bc3bfe96</id>
<content type='text'>
In the past, the docx reader wrote an empty header as an empty list. It
should have the same width as a row (and be filled with empty cells).

(Note that I've reordered the code here slightly to get rid of a call to
`head`. It wasn't unsafe because it tested for null, but it was a bit of
a smell.)
</content>
</entry>
<entry>
<title>Docx reader: Ensure one-row tables don't have header.</title>
<updated>2016-12-08T12:01:01Z</updated>
<author>
<name>Jesse Rosenthal</name>
<email>jrosenthal@jhu.edu</email>
</author>
<published>2016-12-08T11:57:38Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=8ced8cbc6e03212f7a9bd871d74ba0e2622c6233'/>
<id>urn:sha1:8ced8cbc6e03212f7a9bd871d74ba0e2622c6233</id>
<content type='text'>
Tables in MS Word are set by default to have special first-row
formatting, which pandoc uses to determine whether or not they have a
header. This means that one-row tables will, by default, have only a
header -- which we imagine is not what people want. This change
ensures that a one-row table is not understood to be a header only.

Note that this means that it is impossible to produce a header-only
table from docx, even though it is legal pandoc. But we believe that
in nearly all cases, it will be an accidental (and unwelcome) result

Closes #3285.
</content>
</entry>
<entry>
<title>Docx reader/writer: Update tests for img title and alt</title>
<updated>2016-11-02T16:12:36Z</updated>
<author>
<name>Jesse Rosenthal</name>
<email>jrosenthal@jhu.edu</email>
</author>
<published>2016-11-02T16:09:34Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=5684577da557b2fd3e44e648d1af94cb1367610f'/>
<id>urn:sha1:5684577da557b2fd3e44e648d1af94cb1367610f</id>
<content type='text'>
Closes #3204
</content>
</entry>
<entry>
<title>Docx reader: test for nested anchor spans in header</title>
<updated>2016-08-29T12:35:59Z</updated>
<author>
<name>Jesse Rosenthal</name>
<email>jrosenthal@jhu.edu</email>
</author>
<published>2016-08-29T12:35:59Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=fcbb37c8f3b28ae0889041030f37e7c730751bcd'/>
<id>urn:sha1:fcbb37c8f3b28ae0889041030f37e7c730751bcd</id>
<content type='text'>
This ensures that anchor spans in header with content (or with other
anchor spans inside) will resolve to links to a header id properly.
</content>
</entry>
<entry>
<title>Docx writer: test for custom styles.</title>
<updated>2016-08-15T19:33:06Z</updated>
<author>
<name>Jesse Rosenthal</name>
<email>jrosenthal@jhu.edu</email>
</author>
<published>2016-08-15T19:33:06Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=d416f6241079a8d596fd071ed3dc20c4a60a6069'/>
<id>urn:sha1:d416f6241079a8d596fd071ed3dc20c4a60a6069</id>
<content type='text'>
This just tests whether a custom style with a recognizable
style (italic etc, defined in a reference.docx) will roundtrip back to
that format (i.e., whether `&lt;span custom-style="Emphasized"&gt;` will
roundtrip to `Emph`). The custom styles are defined in the
`custom-style-reference.docx` included in the docx dir.
</content>
</entry>
<entry>
<title>Docx reader: add tests for comments</title>
<updated>2016-06-23T14:50:46Z</updated>
<author>
<name>Jesse Rosenthal</name>
<email>jrosenthal@jhu.edu</email>
</author>
<published>2016-06-23T14:46:01Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=7980631a0b0f8508a8f8d74419d9f740a40e524c'/>
<id>urn:sha1:7980631a0b0f8508a8f8d74419d9f740a40e524c</id>
<content type='text'>
We test for comments, using all track-changes options. Note that we
should only output comments if `--track-changes=all`. We also test for
emitting warnings if there is complicated formatting.
</content>
</entry>
<entry>
<title>Docx Reader: Tests for track-changes moving</title>
<updated>2016-04-16T12:39:25Z</updated>
<author>
<name>Jesse Rosenthal</name>
<email>jrosenthal@jhu.edu</email>
</author>
<published>2016-04-16T12:39:25Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=5c24e66c16b30c36b397eb6ddcdff1080f1cb0ee'/>
<id>urn:sha1:5c24e66c16b30c36b397eb6ddcdff1080f1cb0ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Docx reader: Add test for enumerated headers.</title>
<updated>2016-03-16T16:56:17Z</updated>
<author>
<name>Jesse Rosenthal</name>
<email>jrosenthal@jhu.edu</email>
</author>
<published>2016-03-16T16:56:17Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=7f4a40474c77a72cb66b9f583d241c1f21ef695f'/>
<id>urn:sha1:7f4a40474c77a72cb66b9f583d241c1f21ef695f</id>
<content type='text'>
We don't want them to turn into a list.
</content>
</entry>
<entry>
<title>Docx reader: Add tests for adjacent hyperlinks.</title>
<updated>2016-02-02T19:53:01Z</updated>
<author>
<name>Jesse Rosenthal</name>
<email>jrosenthal@jhu.edu</email>
</author>
<published>2016-02-02T19:53:01Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=7a10507dc8c2329f552b518bf7e9a1f044a33968'/>
<id>urn:sha1:7a10507dc8c2329f552b518bf7e9a1f044a33968</id>
<content type='text'>
</content>
</entry>
</feed>
