<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/tests/writer.docbook, 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-01-26T21:40:57Z</updated>
<entry>
<title>Split writeDocbook into writeDocbook4, writeDocbook5.</title>
<updated>2017-01-26T21:40:57Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2017-01-26T21:40:57Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=b6c1d491f5379f1924657f525540766dbbc1ae0f'/>
<id>urn:sha1:b6c1d491f5379f1924657f525540766dbbc1ae0f</id>
<content type='text'>
Removed writerDocbookVersion in WriterOptions.
Renamed default.docbook template to default.docbook4.
Allow docbook4 as an output format.
But alias docbook = docbook4.
</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>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>DocBook writer:  Small tweaks to last commit.</title>
<updated>2014-05-04T03:45:38Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-05-04T03:45:05Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=abd3a039b9adcafa8aa1df6e0753a725f90c78fc'/>
<id>urn:sha1:abd3a039b9adcafa8aa1df6e0753a725f90c78fc</id>
<content type='text'>
* Use isTightList from Shared.
* Adjust writer test, since isTightList is a bit different from what
  was used before.

Closes #1250.
</content>
</entry>
<entry>
<title>Distinguish tight and loose lists in Docbook output</title>
<updated>2014-05-04T01:37:02Z</updated>
<author>
<name>Neil Mayhew</name>
<email>neiljhmayhew@gmail.com</email>
</author>
<published>2014-04-15T01:07:14Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=ccbf4fc9c20ccdce0f7144845cd022ee8cfca1af'/>
<id>urn:sha1:ccbf4fc9c20ccdce0f7144845cd022ee8cfca1af</id>
<content type='text'>
Determined by the first block of the first item being Plain.
</content>
</entry>
<entry>
<title>Improve handling of hard line breaks in Docbook writer</title>
<updated>2014-04-12T15:16:07Z</updated>
<author>
<name>Neil Mayhew</name>
<email>neiljhmayhew@gmail.com</email>
</author>
<published>2014-03-06T14:31:49Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=464d7a8e49b81a0c883b8c4a9bfd5d26cdfb38ba'/>
<id>urn:sha1:464d7a8e49b81a0c883b8c4a9bfd5d26cdfb38ba</id>
<content type='text'>
 * Use a &lt;literallayout&gt; for the entire paragraph, not just for the
   newline character
 * Don't let LineBreaks inside footnotes influence the enclosing
   paragraph
</content>
</entry>
<entry>
<title>DocBook reader/writer tests:  use "authorgroup".</title>
<updated>2014-04-05T04:41:44Z</updated>
<author>
<name>John MacFarlane</name>
<email>fiddlosopher@gmail.com</email>
</author>
<published>2014-04-05T04:41:44Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=25763a8a35075171b00bfb829dacc25176af990a'/>
<id>urn:sha1:25763a8a35075171b00bfb829dacc25176af990a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>TexMath: Export readTeXMath', which attends to display/inline.</title>
<updated>2013-11-01T21:28:24Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2013-11-01T21:27:22Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=0d95c15e8316eb28128bdd4c9c2f98e29f13f564'/>
<id>urn:sha1:0d95c15e8316eb28128bdd4c9c2f98e29f13f564</id>
<content type='text'>
Deprecate readTeXMath, and use readTeXMath' in all the writers.
Require texmath &gt;= 0.6.5.
</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>
</feed>
