<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/test/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>2021-11-02T21:04:38Z</updated>
<entry>
<title>Docx reader:  don't let first line indents trigger block quotes.</title>
<updated>2021-11-02T21:04:38Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-11-02T21:02:24Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=938d55784486f42d80cc4c2fcfe6ae905be382cd'/>
<id>urn:sha1:938d55784486f42d80cc4c2fcfe6ae905be382cd</id>
<content type='text'>
This fixes a regression introduced in pandoc 2.15 by PR #7606.
Closes #7655.
</content>
</entry>
<entry>
<title>Docx writer: add IDs to native_numbering test</title>
<updated>2021-10-29T15:40:20Z</updated>
<author>
<name>Tristan Stenner</name>
<email>ttstenner@gmail.com</email>
</author>
<published>2021-10-27T13:21:45Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=2444cbc668eb6deaa3a1ce71dac682fab68b0aae'/>
<id>urn:sha1:2444cbc668eb6deaa3a1ce71dac682fab68b0aae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update test golden master for docx native numbering</title>
<updated>2021-10-29T15:40:20Z</updated>
<author>
<name>Tristan Stenner</name>
<email>ttstenner@gmail.com</email>
</author>
<published>2021-10-27T08:36:53Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=31d6a494de232b6fa5e579f2b71ce41f9c184df3'/>
<id>urn:sha1:31d6a494de232b6fa5e579f2b71ce41f9c184df3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Docx reader: fix handling of empty fields</title>
<updated>2021-10-19T02:15:40Z</updated>
<author>
<name>Milan Bracke</name>
<email>mbracke@antidot.net</email>
</author>
<published>2021-06-24T07:27:28Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=465c28d28e1017040a41653edb6248056f178d3b'/>
<id>urn:sha1:465c28d28e1017040a41653edb6248056f178d3b</id>
<content type='text'>
Some fields only have an instrText and no content, Pandoc didn't
understand these, causing other fields to be misunderstood because it
seemed like a field was still open when it wasn't.
</content>
</entry>
<entry>
<title>Docx parser: implement PAGEREF fields</title>
<updated>2021-10-19T02:15:40Z</updated>
<author>
<name>Milan Bracke</name>
<email>mbracke@antidot.net</email>
</author>
<published>2021-06-11T07:26:09Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=6acc82c5d2885c596c52e6c35bed8fe08f535066'/>
<id>urn:sha1:6acc82c5d2885c596c52e6c35bed8fe08f535066</id>
<content type='text'>
These fields, often used in tables of contents, can be a hyperlink.
</content>
</entry>
<entry>
<title>Docx reader: fix handling of nested fields</title>
<updated>2021-10-19T02:15:40Z</updated>
<author>
<name>Milan Bracke</name>
<email>mbracke@antidot.net</email>
</author>
<published>2021-06-14T13:00:36Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=193f6bfebaa43d0d6749d10a4e7ca78a0d31361d'/>
<id>urn:sha1:193f6bfebaa43d0d6749d10a4e7ca78a0d31361d</id>
<content type='text'>
Fields delimited by fldChar elements can contain other fields. Before,
the nested fields would be ignored, except for the end, which would be
considered the end of the parent field.

To fix this issue, fields needed to be considered containing ParParts
instead of Runs, since a Run can't represent complex enough structures.
This also impacted Hyperlinks since they can originate from a field.
</content>
</entry>
<entry>
<title>Avoid blockquote when parent style has more indent</title>
<updated>2021-10-10T23:27:32Z</updated>
<author>
<name>Milan Bracke</name>
<email>mbracke@antidot.net</email>
</author>
<published>2021-10-01T09:34:14Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=0f98cbff4b61b8e79f386f77d18b3218f1214b25'/>
<id>urn:sha1:0f98cbff4b61b8e79f386f77d18b3218f1214b25</id>
<content type='text'>
When a paragraph has an indentation different from the parent (named)
style, it used to be considered a blockquote. But this only makes sense
when the paragraph has more indentation. So this commit adds a check
for the indentation of the parent style.
</content>
</entry>
<entry>
<title>Docx reader: Add placeholder for word diagram</title>
<updated>2021-09-30T19:44:44Z</updated>
<author>
<name>Ezwal</name>
<email>15009992+Ezwal@users.noreply.github.com</email>
</author>
<published>2021-09-29T13:42:37Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=472b33095e1feb42fa96e32271888a3152e36cea'/>
<id>urn:sha1:472b33095e1feb42fa96e32271888a3152e36cea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Docx writer: make id used in native_numbering predictable.</title>
<updated>2021-09-12T22:30:29Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-09-12T22:30:29Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=6271b09c50444b107d8595f553700fa382718246'/>
<id>urn:sha1:6271b09c50444b107d8595f553700fa382718246</id>
<content type='text'>
If the image has the id IMAGEID, then we use the id ref_IMAGEID
for the figure number.  Closes #7551.

This allows one to create a filter that adds a figure number
with figure name, e.g.

     &lt;w:fldSimple w:instr=" REF ref_superfig "&gt;&lt;w:r&gt;&lt;w:t&gt;Figure X&lt;/w:t&gt;&lt;/w:r&gt;&lt;/w:fldSimple&gt;

For this to be possible it must be possible to predict the
figure number id from the image id.

If images lack an id, an id of the form `ref_fig1` is used.
</content>
</entry>
<entry>
<title>Ensure we have unique ids for wp:docPr and pic:cNvPr elements.</title>
<updated>2021-08-27T16:42:59Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-08-27T16:41:46Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=e4d7a6177f6ef7bf835f61ed01b0229423cd0e55'/>
<id>urn:sha1:e4d7a6177f6ef7bf835f61ed01b0229423cd0e55</id>
<content type='text'>
This will, I hope, fix #7527 and #7503.
</content>
</entry>
</feed>
