<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mppdown/src, branch master</title>
<subtitle>C++ implementation of the mdown2 specification.</subtitle>
<id>https://git.awhk.org/mppdown/atom?h=master</id>
<link rel='self' href='https://git.awhk.org/mppdown/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.awhk.org/mppdown/'/>
<updated>2012-01-27T16:06:57Z</updated>
<entry>
<title>Improved the mdown2::paragraph_p parser.</title>
<updated>2012-01-27T16:06:57Z</updated>
<author>
<name>Grégoire Duchêne</name>
<email>gduchene@fastmail.net</email>
</author>
<published>2011-09-09T14:24:39Z</published>
<link rel='alternate' type='text/html' href='https://git.awhk.org/mppdown/commit/?id=39bc95a7a94590411f7bbed42ed532895f1044aa'/>
<id>urn:sha1:39bc95a7a94590411f7bbed42ed532895f1044aa</id>
<content type='text'>
It is no longer required to have an empty line at the end of a file.
</content>
</entry>
<entry>
<title>Improved the latex::document_g generator.</title>
<updated>2012-01-27T16:06:57Z</updated>
<author>
<name>Grégoire Duchêne</name>
<email>gduchene@fastmail.net</email>
</author>
<published>2011-09-08T19:10:26Z</published>
<link rel='alternate' type='text/html' href='https://git.awhk.org/mppdown/commit/?id=c33244ff8c495202c12c468355b53e52a3ba7cdf'/>
<id>urn:sha1:c33244ff8c495202c12c468355b53e52a3ba7cdf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Whitespace cleanup.</title>
<updated>2011-09-17T10:57:56Z</updated>
<author>
<name>Grégoire Duchêne</name>
<email>gduchene@fastmail.net</email>
</author>
<published>2011-09-08T14:48:21Z</published>
<link rel='alternate' type='text/html' href='https://git.awhk.org/mppdown/commit/?id=3205c382b9f896266fa8df90fe63c35228da91ba'/>
<id>urn:sha1:3205c382b9f896266fa8df90fe63c35228da91ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improved the latex::line_g generator.</title>
<updated>2011-09-08T14:32:49Z</updated>
<author>
<name>Grégoire Duchêne</name>
<email>gduchene@fastmail.net</email>
</author>
<published>2011-09-08T10:42:56Z</published>
<link rel='alternate' type='text/html' href='https://git.awhk.org/mppdown/commit/?id=c8465f94f429595784df20aaf5673e6c429047fd'/>
<id>urn:sha1:c8465f94f429595784df20aaf5673e6c429047fd</id>
<content type='text'>
This generator no longer outputs an endline character to make the
latex::heading_g generator behave as expected.
</content>
</entry>
<entry>
<title>Added heading support.</title>
<updated>2011-09-08T14:32:49Z</updated>
<author>
<name>Grégoire Duchêne</name>
<email>gduchene@fastmail.net</email>
</author>
<published>2011-09-08T09:09:39Z</published>
<link rel='alternate' type='text/html' href='https://git.awhk.org/mppdown/commit/?id=ab24e62128d9cdb633f6457665451070053c7b6d'/>
<id>urn:sha1:ab24e62128d9cdb633f6457665451070053c7b6d</id>
<content type='text'>
So far, the LaTeX generator will output unnumbered headings, but this
may change in the future.
</content>
</entry>
<entry>
<title>Moved the default parser into a namespace.</title>
<updated>2011-09-08T09:13:13Z</updated>
<author>
<name>Grégoire Duchêne</name>
<email>gduchene@fastmail.net</email>
</author>
<published>2011-09-08T08:57:03Z</published>
<link rel='alternate' type='text/html' href='https://git.awhk.org/mppdown/commit/?id=027031a505f9f0e5c8c5fafc94c4440667159e3c'/>
<id>urn:sha1:027031a505f9f0e5c8c5fafc94c4440667159e3c</id>
<content type='text'>
This change is motivated by the need of having several parsers. This
will make mppdown more extensible.
</content>
</entry>
<entry>
<title>Unified how generators and parsers are organized.</title>
<updated>2011-09-05T17:15:38Z</updated>
<author>
<name>Grégoire Duchêne</name>
<email>gduchene@fastmail.net</email>
</author>
<published>2011-09-05T17:15:38Z</published>
<link rel='alternate' type='text/html' href='https://git.awhk.org/mppdown/commit/?id=8487056e8119daeaac17f89125942850f6206e24'/>
<id>urn:sha1:8487056e8119daeaac17f89125942850f6206e24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Line element added, plus a lot of good stuff.</title>
<updated>2011-04-01T16:01:01Z</updated>
<author>
<name>Grégoire Duchêne</name>
<email>gduchene@fastmail.net</email>
</author>
<published>2011-04-01T16:01:01Z</published>
<link rel='alternate' type='text/html' href='https://git.awhk.org/mppdown/commit/?id=1c5bf1893f960e73b389831af4a225c32ff1b132'/>
<id>urn:sha1:1c5bf1893f960e73b389831af4a225c32ff1b132</id>
<content type='text'>
This element is another milestone on the road to awesome new elements.
Besides, it was necessary to add this element if I wanted to implement
comment lines someday.

I also added some minor changes in the way mppdown handles newline
characters: they are now really expected, throwing an exception if
absent, and a newline character is now expected after every paragraph.
This newline character is then rendered back by the LaTeX generator,
hence following the proper LaTeX syntax regarding paragraphs.
</content>
</entry>
<entry>
<title>Bug in forced line break support fixed.</title>
<updated>2011-03-11T16:22:43Z</updated>
<author>
<name>Grégoire Duchêne</name>
<email>gduchene@fastmail.net</email>
</author>
<published>2011-03-11T16:22:43Z</published>
<link rel='alternate' type='text/html' href='https://git.awhk.org/mppdown/commit/?id=ba76e1b03a1b691e0220ed31de1fdd1b6a0f924d'/>
<id>urn:sha1:ba76e1b03a1b691e0220ed31de1fdd1b6a0f924d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Paragraph element added.</title>
<updated>2011-03-11T15:57:33Z</updated>
<author>
<name>Grégoire Duchêne</name>
<email>gduchene@fastmail.net</email>
</author>
<published>2011-03-11T15:53:04Z</published>
<link rel='alternate' type='text/html' href='https://git.awhk.org/mppdown/commit/?id=e837682344d6edd2012d1ab2fd30d77ffa486593'/>
<id>urn:sha1:e837682344d6edd2012d1ab2fd30d77ffa486593</id>
<content type='text'>
This element will allow me to add more cool things like real paragraphs,
lists, or quotation blocks. Please check the MDOWN file for an
exhaustive list of blocks.
</content>
</entry>
</feed>
