<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/tests/s5.fragment.html, 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>2014-08-13T18:16:50Z</updated>
<entry>
<title>Revised tests directory.</title>
<updated>2014-08-13T18:16:50Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-08-13T18:16:50Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=40e67b873735f108dfb17f75f6475219a62278cd'/>
<id>urn:sha1:40e67b873735f108dfb17f75f6475219a62278cd</id>
<content type='text'>
Renamed some tests, introducing subsidiary directories
for fb2, docx, epub.

Cleaned up tests in cabal file.

Combined dokuwiki-writer and dokuwiki_inline_formatting tests.
</content>
</entry>
<entry>
<title>Updated tests.</title>
<updated>2011-02-05T07:09:51Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2011-02-05T07:09:51Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=bb89fd99596020f5d7b5bc00c0fe783fb2d1de12'/>
<id>urn:sha1:bb89fd99596020f5d7b5bc00c0fe783fb2d1de12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>HTML writer: Spacing adjustments for Plain and RawHtml blocks.</title>
<updated>2011-02-05T05:05:48Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2011-02-05T05:05:48Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=ce4f9a378703ad8043bec19722399b5d4b78f162'/>
<id>urn:sha1:ce4f9a378703ad8043bec19722399b5d4b78f162</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated tests for new HTML format.</title>
<updated>2011-02-05T04:38:08Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2011-02-05T04:37:58Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=90647a56f6a742e7ecc1cec44042e256ff94b802'/>
<id>urn:sha1:90647a56f6a742e7ecc1cec44042e256ff94b802</id>
<content type='text'>
Verified against old tests using tidy and diff.
</content>
</entry>
<entry>
<title>pandoc:  Add newline to output unless standalone.</title>
<updated>2011-01-07T05:05:28Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2011-01-07T05:05:28Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=93c3e27731321294a204c465f8b917946db38c85'/>
<id>urn:sha1:93c3e27731321294a204c465f8b917946db38c85</id>
<content type='text'>
This avoids output that does not end with a newline, which
is inconvenient when working with many tools.

Updated tests accordingly.
</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>
<entry>
<title>Added --section-divs option.</title>
<updated>2010-07-16T05:26:45Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2010-07-16T02:01:00Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=9be9bccfcfc2c46459b3da963bc59a37f841fe8a'/>
<id>urn:sha1:9be9bccfcfc2c46459b3da963bc59a37f841fe8a</id>
<content type='text'>
+ Header identifiers now get attached to the headers, unless
  --section-divs is specified, in which case they are added to
  enclosing divs. By default, the divs are not added.
+ Resolves Issue #230, #239.
</content>
</entry>
<entry>
<title>Use texmath's parser in TexMath module.</title>
<updated>2010-04-26T03:30:27Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2010-04-25T19:33:50Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=c243e5b67b0a3be6a713c6120da24e5e65cb0357'/>
<id>urn:sha1:c243e5b67b0a3be6a713c6120da24e5e65cb0357</id>
<content type='text'>
* This replaces a lot of custom parser code, and expands
  the tex -&gt; unicode conversion.
* The behavior has also changed: if the whole formula can't
  be converted, the whole formula is left in raw TeX.
  Previously, pandoc converted parts of the formula to unicode
  and left other parts in raw TeX.
* Added (but not yet exported) readTeXMath', which returns a Maybe.
* Updated tests
</content>
</entry>
<entry>
<title>Use UTF8 instead of entities in HTML.</title>
<updated>2009-12-31T02:06:52Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2009-12-31T02:06:52Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=709de162232e04b94a67d1d8610f02a11533c319'/>
<id>urn:sha1:709de162232e04b94a67d1d8610f02a11533c319</id>
<content type='text'>
Resolves Issue #163.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1744 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>HTML writer:  wrap sections in divs.  Resolves Issue #70.</title>
<updated>2009-04-25T00:29:58Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2009-04-25T00:29:58Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=df5244fd486c20fa6125d371898c211906eed58b'/>
<id>urn:sha1:df5244fd486c20fa6125d371898c211906eed58b</id>
<content type='text'>
+ hierarchicalize has been rationalized; it builds a hierarchical
  representation of the document from the headers, and simultaneously
  gives each section a unique identifier based on the heading title.
+ Identifiers are now attached to the divs rather than
  to the headers themselves.
+ Table of content backlinks go to the beginning of the table, rather
  than to the section reference that was clicked.  This seems better.
+ Code for constructing identifiers has been moved to Text.Pandoc.Shared
  from the HTML writer, since it is now consumed only by
  hierarchicalize.
+ In --strict mode, pandoc just prints bare headings, as before
  (unless --toc has been specified).
+ In s5 output, it does not wrap sections in divs, as that seems to
  confuse the s5 javascript.
+ Test suite updated accordingly.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1562 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
</feed>
