<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/test/writer.mediawiki, 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-19T17:05:19Z</updated>
<entry>
<title>MediaWiki writer: fix code for generating spans for header IDs.</title>
<updated>2021-11-19T17:05:19Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-11-19T17:05:19Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=4f2eac88aa1cd26d096a88450ad3ae929980e7a6'/>
<id>urn:sha1:4f2eac88aa1cd26d096a88450ad3ae929980e7a6</id>
<content type='text'>
We need to generate a span when the header's ID doesn't match
the one MediaWiki would generate automatically.  But MediaWiki's
generation scheme is different from ours (it uses uppercase letters,
and `_` instead of `-`, for example).

This means that in going from markdown -&gt; mediawiki, we'll now get
spans before almost every heading, unless explicit identifiers are
used that correspond to the ones MediaWiki auto-generates.
This is uglier output but it's necessary for internal links to
work properly.

See #7697.
</content>
</entry>
<entry>
<title>Shared.compactify: Avoid mixed lists.</title>
<updated>2019-02-26T01:33:54Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2019-02-23T22:40:06Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=ba05e1ea02d5227796f12dea2404285300021de6'/>
<id>urn:sha1:ba05e1ea02d5227796f12dea2404285300021de6</id>
<content type='text'>
This improves on the original fix to #5285 by preventing
other mixed lists (lists with a mix of Plain and Para
elements) that were allowed given the original fix.
</content>
</entry>
<entry>
<title>MediaWiki writer: fix caption, use 'thumb' instead of 'frame'.</title>
<updated>2018-11-27T22:45:39Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2018-11-27T22:45:39Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=77a40d6f341933b136c6ddd54f2568152b4b31ef'/>
<id>urn:sha1:77a40d6f341933b136c6ddd54f2568152b4b31ef</id>
<content type='text'>
Captions used to have the word 'caption' prepended; this
has been removed.

Also, 'thumb' is used instead of 'frame' to allow images
to be resized.

Closes #5105.
</content>
</entry>
<entry>
<title>Added `spaced_reference_links` extension.</title>
<updated>2017-05-25T10:57:31Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2017-05-25T10:50:43Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=708973a33a0ce425bb21a5ffa06fbdab465d3fb8'/>
<id>urn:sha1:708973a33a0ce425bb21a5ffa06fbdab465d3fb8</id>
<content type='text'>
This is now the default for pandoc's Markdown.
It allows whitespace between the two parts of a
reference link:  e.g.

    [a] [b]

    [b]: url

This is now forbidden by default.

Closes #2602.
</content>
</entry>
<entry>
<title>MediaWiki writer: Remove newline before `&lt;/ref&gt;`.</title>
<updated>2017-02-21T22:03:10Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2017-02-21T22:03:10Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=f90b82d3d9e53ff005911252d1a9242bba0d5272'/>
<id>urn:sha1:f90b82d3d9e53ff005911252d1a9242bba0d5272</id>
<content type='text'>
Closes #2652.
</content>
</entry>
<entry>
<title>MediaWiki writer: add display attribute on `&lt;math&gt;` tags.</title>
<updated>2017-02-21T21:57:48Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2017-02-21T21:57:48Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=e462f80d74e7d0297ae96dc8bd57cb66dcccfa71'/>
<id>urn:sha1:e462f80d74e7d0297ae96dc8bd57cb66dcccfa71</id>
<content type='text'>
This allows display math to be rendered properly.

Closes #3452.
</content>
</entry>
<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>
</feed>
