<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/tests/writer.markdown, 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>Made `smart` extension default for pandoc markdown.</title>
<updated>2017-01-25T16:07:42Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2017-01-15T19:42:00Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=4f6e6247f9a672770a6d7a55a3aa2709a860ff38'/>
<id>urn:sha1:4f6e6247f9a672770a6d7a55a3aa2709a860ff38</id>
<content type='text'>
Updated tests.
</content>
</entry>
<entry>
<title>Markdown writer: Fixed incorrect word wrapping.</title>
<updated>2016-12-04T16:13:06Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2016-12-04T16:13:06Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=7ace7dd66b3b82edaafeb822d8d0f9318feb8b79'/>
<id>urn:sha1:7ace7dd66b3b82edaafeb822d8d0f9318feb8b79</id>
<content type='text'>
Previously pandoc would sometimes wrap lines too early
due to this bug.

Closes #3277.
</content>
</entry>
<entry>
<title>Markdown writer: fixed inconsistent spacing issue.</title>
<updated>2016-11-15T09:32:16Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2016-11-15T09:32:16Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=064e3f8c5534a57b5d875aad84b45b22f5c4f95a'/>
<id>urn:sha1:064e3f8c5534a57b5d875aad84b45b22f5c4f95a</id>
<content type='text'>
Previously a tight bullet sublist got rendered with
a blank line after, while a tight ordered sublist did
not.  Now we don't get the blank line in either case.

Closes #3232.
</content>
</entry>
<entry>
<title>Markdown writer: Use hyphens for yaml metadata block bottom line</title>
<updated>2016-01-21T11:44:16Z</updated>
<author>
<name>Henrik Tramberend</name>
<email>henrik@tramberend.de</email>
</author>
<published>2016-01-21T11:44:16Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=556d0c1810af3d1a8cdee309ad7bf95c11423fe9'/>
<id>urn:sha1:556d0c1810af3d1a8cdee309ad7bf95c11423fe9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Markdown writer: improved escaping.</title>
<updated>2015-04-18T17:58:50Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-04-18T17:45:46Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=d20152e01135a27decfd08dbda097fd1fda75354'/>
<id>urn:sha1:d20152e01135a27decfd08dbda097fd1fda75354</id>
<content type='text'>
`&lt;` should not be escaped as `\&lt;`, for compatibility with
original Markdown.  We now escape `&lt;` and `&gt;` with entities.
Also, we now backslash-escape square brackets.

Closes #2086.
</content>
</entry>
<entry>
<title>Markdown writer: Avoid introducing spurious list items through wrapping.</title>
<updated>2015-02-25T18:16:05Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-02-25T18:16:05Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=9a5e08107386b5592761985fdbc111d42b91caf4'/>
<id>urn:sha1:9a5e08107386b5592761985fdbc111d42b91caf4</id>
<content type='text'>
Closes #1946.
</content>
</entry>
<entry>
<title>Markdown writer: More improvements to 'plain' output, updated tests.</title>
<updated>2014-07-27T14:57:23Z</updated>
<author>
<name>John MacFarlane</name>
<email>fiddlosopher@gmail.com</email>
</author>
<published>2014-07-27T14:57:23Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=c302ab31332fa7ee2fe9659d7a9f6abcd76ba114'/>
<id>urn:sha1:c302ab31332fa7ee2fe9659d7a9f6abcd76ba114</id>
<content type='text'>
Math now appears in unicode if possible, without the distracting
italics around identifiers.

Blank lines around headers are more consistent.

Footnotes appear in regular [n] style.
</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>Markdown writer: Fixed bugs in YAML header output.</title>
<updated>2013-09-07T05:26:38Z</updated>
<author>
<name>John MacFarlane</name>
<email>fiddlosopher@gmail.com</email>
</author>
<published>2013-09-07T05:26:18Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=8d43e08ce7be8673cc399b948d29386f525e9e1f'/>
<id>urn:sha1:8d43e08ce7be8673cc399b948d29386f525e9e1f</id>
<content type='text'>
</content>
</entry>
</feed>
