<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/tests/textile-reader.textile, 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>Textile reader:  disallow empty URL in explicit link.</title>
<updated>2016-07-22T22:45:03Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2016-07-22T22:45:03Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=27762affe3edd13ccb62a5450166b28fe73d15e6'/>
<id>urn:sha1:27762affe3edd13ccb62a5450166b28fe73d15e6</id>
<content type='text'>
Closes #3036.
</content>
</entry>
<entry>
<title>Added test for extended code block in textile.</title>
<updated>2016-07-22T22:39:23Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2016-07-22T22:39:23Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=266caf70e51f2a20eb95c58deaa258807a377bb1'/>
<id>urn:sha1:266caf70e51f2a20eb95c58deaa258807a377bb1</id>
<content type='text'>
Closes #3037.
</content>
</entry>
<entry>
<title>Textile reader: fixed attributes.</title>
<updated>2016-06-23T17:28:54Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2016-06-23T17:28:54Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=a820c1bd1c8b5de0c2b8f8e6bdac5a8fc6602247'/>
<id>urn:sha1:a820c1bd1c8b5de0c2b8f8e6bdac5a8fc6602247</id>
<content type='text'>
Attributes can't be followed by a space.

So,

    _(class)emph_

but

    _(noclass) emph_

Closes #2984.
</content>
</entry>
<entry>
<title>Textile reader: Support `&gt;`, `&lt;`, `=`, `&lt;&gt;` text alignment attributes.</title>
<updated>2016-01-25T17:34:49Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2016-01-25T17:34:49Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=a1021bdda6a1ca2c91d80b5e562a1fb6206bbbcf'/>
<id>urn:sha1:a1021bdda6a1ca2c91d80b5e562a1fb6206bbbcf</id>
<content type='text'>
Closes #2674.
</content>
</entry>
<entry>
<title>Textile reader:  don't allow block HTML tags in inline contexts.</title>
<updated>2016-01-03T06:34:06Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2016-01-03T06:28:07Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=97c9691696744a6e56a28dea0221e6230b029ce4'/>
<id>urn:sha1:97c9691696744a6e56a28dea0221e6230b029ce4</id>
<content type='text'>
The reader previously did allow this, following redcloth,
which happily parses

    Html blocks can be &lt;div&gt;inlined&lt;/div&gt; as well.

as

    &lt;p&gt;Html blocks can be &lt;div&gt;inlined&lt;/div&gt; as well.&lt;/p&gt;

This is invalid HTML, and this kind of thing can lead
to parsing problems (stack overflows) as well.  So this
commit undoes this behavior.  The above sample now produces;

    &lt;p&gt;Html blocks can be&lt;/p&gt;
    &lt;div&gt;
    &lt;p&gt;inlined&lt;/p&gt;
    &lt;/div&gt;
    &lt;p&gt;as well.&lt;/p&gt;
</content>
</entry>
<entry>
<title>Make `raw_tex` extension non-default for textile reader, writer.</title>
<updated>2014-08-14T16:49:31Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-08-14T16:49:31Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=e917bcc124b9e1a8f4ce046d4ad7e6f817631666'/>
<id>urn:sha1:e917bcc124b9e1a8f4ce046d4ad7e6f817631666</id>
<content type='text'>
Enable `raw_tex` extension in textile writer.

Closes #1532.
</content>
</entry>
<entry>
<title>Textile reader:  list and HTML block parsing improvements.</title>
<updated>2014-08-11T18:22:39Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-08-11T18:21:49Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=6fae136cbb1ed28047e615217b5ce082875f5b19'/>
<id>urn:sha1:6fae136cbb1ed28047e615217b5ce082875f5b19</id>
<content type='text'>
Closes #1513.

Lists can now start without an intervening blank line.
Also, html block-level tags that don't start a line are parsed
as RawInline and don't interrupt paragraphs, as in RedCloth.
</content>
</entry>
<entry>
<title>Textile reader:  fixed list parsing bug. Closes #1500.</title>
<updated>2014-08-08T19:18:47Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-08-08T19:16:44Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=7b47042ae6b44674f714c4ef660dadd7c911112b'/>
<id>urn:sha1:7b47042ae6b44674f714c4ef660dadd7c911112b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tests updated to reflect changes to readers.</title>
<updated>2014-04-01T12:53:34Z</updated>
<author>
<name>Matthew Pickering</name>
<email>matthewtpickering@gmail.com</email>
</author>
<published>2014-03-27T19:58:14Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=90269cb213ae6b2db31cc11199d1ce8d378bdac8'/>
<id>urn:sha1:90269cb213ae6b2db31cc11199d1ce8d378bdac8</id>
<content type='text'>
Previously normalisation was handled by the `normalizeSpaces` function. The behavoir of the builder monoid is slightly different and melds together more items such as consecutive strings and spaces adjacent to line breaks. The tests have been changed to reflect this.

All relevant tests passed when the string melding line of the builder monoid was commented out.
</content>
</entry>
</feed>
