<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/tests/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>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>Modified readers to emit SoftBreak when appropriate.</title>
<updated>2015-12-12T17:31:51Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-12-12T17:31:51Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=af7e78243682ec7c353dd202590c45c734f86ada'/>
<id>urn:sha1:af7e78243682ec7c353dd202590c45c734f86ada</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implemented SoftBreak and new `--wrap` option.</title>
<updated>2015-12-12T07:55:08Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-12-11T23:58:11Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=536b6bf538a95f6db6ed41b72257f8b09fd26886'/>
<id>urn:sha1:536b6bf538a95f6db6ed41b72257f8b09fd26886</id>
<content type='text'>
Added threefold wrapping option.

* Command line option: deprecated `--no-wrap`, added
  `--wrap=[auto|none|preserve]`
* Added WrapOption, exported from Text.Pandoc.Options
* Changed type of writerWrapText in WriterOptions from
  Bool to WrapOption.
* Modified Text.Pandoc.Shared functions for SoftBreak.
* Supported SoftBreak in writers.
* Updated tests.
* Updated README.

Closes #1701.
</content>
</entry>
<entry>
<title>Merge pull request #1927 from freephile/master</title>
<updated>2015-02-08T04:33:33Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-02-08T04:33:33Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=12962e2332ab667b2a7b59b5b05defa14437381b'/>
<id>urn:sha1:12962e2332ab667b2a7b59b5b05defa14437381b</id>
<content type='text'>
update syntax for Images/Media files in MediaWiki</content>
</entry>
<entry>
<title>update syntax for Images/Media files in MediaWiki</title>
<updated>2015-02-05T22:03:20Z</updated>
<author>
<name>Greg Rundlett</name>
<email>greg@freephile.com</email>
</author>
<published>2015-02-05T22:03:20Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=13c4757057cc7298a8e7ed29d3ec618314e97277'/>
<id>urn:sha1:13c4757057cc7298a8e7ed29d3ec618314e97277</id>
<content type='text'>
The preferred syntax for Images and other media is [[File:Foo.jpg]] in MediaWiki since v1.14 (2008).  [[Image:Foo.jpg]] is deprecated but still works as an alias to the File namespace.</content>
</entry>
<entry>
<title>Append newline to the LineBreak of various writers</title>
<updated>2015-02-05T06:42:22Z</updated>
<author>
<name>Tim Lin</name>
<email>timtylin@gmail.com</email>
</author>
<published>2015-02-05T06:42:22Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=0c18f3a854efaba54367f66d0f572afcab7d57f0'/>
<id>urn:sha1:0c18f3a854efaba54367f66d0f572afcab7d57f0</id>
<content type='text'>
This change improves output formatting of content with a large amount of force line breaks, such as line-blocks. The following writers are affected:

* Dokuwiki
* HTML
* EPUB (via HTML)
* LaTeX
* MediaWiki
* OpenDocument
* Texinfo

This commit resolves #1924
</content>
</entry>
<entry>
<title>Markdown reader:  better handling of paragraph in div.</title>
<updated>2014-08-31T19:55:47Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-08-31T19:55:47Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=598d3ee23b708634ac8526cdc03291f17803eb2a'/>
<id>urn:sha1:598d3ee23b708634ac8526cdc03291f17803eb2a</id>
<content type='text'>
Previously text that ended a div would be parsed as Plain
unless there was a blank line before the closing div tag.

Test case:

    &lt;div class="first"&gt;
    This is a paragraph.

    This is another paragraph.
    &lt;/div&gt;

Closes #1591.
</content>
</entry>
<entry>
<title>Revamped raw HTML block parsing in markdown.</title>
<updated>2014-07-07T21:53:59Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-07-07T21:47:51Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=e4263d306e6988dd322c895242eb818d22b9e012'/>
<id>urn:sha1:e4263d306e6988dd322c895242eb818d22b9e012</id>
<content type='text'>
- We no longer include trailing spaces and newlines in the
  raw blocks.
- We look for closing tags for elements (but without backtracking).
- Each block-level tag is its own RawBlock; we no longer try to
  consolidate them (though `--normalize` will do so).

Closes #1330.
</content>
</entry>
<entry>
<title>Adjusted writers and tests for change in parsing of div/span.</title>
<updated>2013-08-18T21:36:40Z</updated>
<author>
<name>John MacFarlane</name>
<email>fiddlosopher@gmail.com</email>
</author>
<published>2013-08-18T21:36:40Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=8d441af3da4709fd48a44e860d5a0cd4d35792af'/>
<id>urn:sha1:8d441af3da4709fd48a44e860d5a0cd4d35792af</id>
<content type='text'>
Textile, MediaWiki, Markdown, Org, RST will emit raw HTML div tags for divs.
Otherwise Div and Span are "transparent" block containers.
</content>
</entry>
<entry>
<title>Don't put the text of an autolink in Code font.</title>
<updated>2013-01-07T04:51:51Z</updated>
<author>
<name>John MacFarlane</name>
<email>fiddlosopher@gmail.com</email>
</author>
<published>2013-01-07T04:51:51Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=8c48bd8feb97e6c291df2e0ca09f62fb34711d33'/>
<id>urn:sha1:8c48bd8feb97e6c291df2e0ca09f62fb34711d33</id>
<content type='text'>
</content>
</entry>
</feed>
