<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/tests/writer.texinfo, 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>Merge branch 'patch/fixTexinfoWrap' of https://github.com/timtylin/scholdoc into timtylin-patch/fixTexinfoWrap</title>
<updated>2015-02-08T04:28:56Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-02-08T04:28:56Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=bd7cf8dbd5b2d7db662a5f961cb2863fd2e73f14'/>
<id>urn:sha1:bd7cf8dbd5b2d7db662a5f961cb2863fd2e73f14</id>
<content type='text'>
Conflicts:
	src/Text/Pandoc/Writers/Texinfo.hs
</content>
</entry>
<entry>
<title>Texinfo writer: fix wrapping by using breakable spaces</title>
<updated>2015-02-06T09:16:40Z</updated>
<author>
<name>Tim Lin</name>
<email>timtylin@gmail.com</email>
</author>
<published>2015-02-06T09:16:40Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=858ebf99ebe809685ca42fced374ceeaea3a832c'/>
<id>urn:sha1:858ebf99ebe809685ca42fced374ceeaea3a832c</id>
<content type='text'>
</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>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>
<entry>
<title>Texinfo writer:  Fixed internal cross-references.</title>
<updated>2012-09-25T02:13:34Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2012-09-25T02:13:34Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=4ab30f3ceaec427b6f89f2fe32cef4b0b1b5e955'/>
<id>urn:sha1:4ab30f3ceaec427b6f89f2fe32cef4b0b1b5e955</id>
<content type='text'>
Now we insert anchors after each header, and use @ref
instead of @uref for links.

Commas are now escaped as @comma{} only when needed; previously
all commas were escaped.  (This change is needed, in part, because @ref
commands must be followed by a real comma or period.)

Also insert a blank line in from of @verbatim environments.
</content>
</entry>
<entry>
<title>Updated texinfo test to reflect template change.</title>
<updated>2012-04-06T23:54:39Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2012-04-06T23:54:39Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=998c0c6ad0b591135216136458f386f626a692a4'/>
<id>urn:sha1:998c0c6ad0b591135216136458f386f626a692a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bumped version to 1.8; depend on pandoc-types 1.8.</title>
<updated>2011-01-27T01:22:53Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2011-01-23T18:55:56Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=bd43c0f4c940b755e2d68c7146c7f5201fb181d9'/>
<id>urn:sha1:bd43c0f4c940b755e2d68c7146c7f5201fb181d9</id>
<content type='text'>
The old TeX, HtmlInline and RawHtml elements have been removed
and replaced by generic RawInline and RawBlock elements.

All modules updated to use the new raw elements.
</content>
</entry>
<entry>
<title>Texinfo writer: Updated to use Pretty.</title>
<updated>2010-12-22T19:43:43Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2010-12-22T19:43:43Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=8e9c490b0aa71423df5c0cfc7f9e09f5b0643c49'/>
<id>urn:sha1:8e9c490b0aa71423df5c0cfc7f9e09f5b0643c49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Made spacing at end of output more consistent.</title>
<updated>2010-07-20T19:42:12Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2010-07-20T19:42:12Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=feb70b6e93151682d0560ea30318d5c23ecae8e9'/>
<id>urn:sha1:feb70b6e93151682d0560ea30318d5c23ecae8e9</id>
<content type='text'>
Previously some of the writers added spurious whitespace.
This has been removed, resolving Issue #232.

NOTE: If your application combines pandoc's output with other
text, for example in a template, you may need to add spacing.
For example, a pandoc-generated markdown file will not have
a blank line after the final block element.  If you are inserting
it into another markdown file, you will need to make sure there
is a blank line between it and the next block element.
</content>
</entry>
</feed>
