<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mppdown/src/generators, 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 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>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>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>
<entry>
<title>Forced line break support added.</title>
<updated>2011-02-20T14:02:16Z</updated>
<author>
<name>Grégoire Duchêne</name>
<email>gduchene@fastmail.net</email>
</author>
<published>2011-02-20T14:02:16Z</published>
<link rel='alternate' type='text/html' href='https://git.awhk.org/mppdown/commit/?id=7acf15c1f0623f157e6abdf4a9bff5b050add967'/>
<id>urn:sha1:7acf15c1f0623f157e6abdf4a9bff5b050add967</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unbreakable space support added.</title>
<updated>2011-02-20T13:50:02Z</updated>
<author>
<name>Grégoire Duchêne</name>
<email>gduchene@fastmail.net</email>
</author>
<published>2011-02-20T13:50:02Z</published>
<link rel='alternate' type='text/html' href='https://git.awhk.org/mppdown/commit/?id=02f387c216ca27abd3cad5f7d9043abd9e7ae168'/>
<id>urn:sha1:02f387c216ca27abd3cad5f7d9043abd9e7ae168</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Explicit link support added.</title>
<updated>2011-02-17T12:43:53Z</updated>
<author>
<name>Grégoire Duchêne</name>
<email>gduchene@fastmail.net</email>
</author>
<published>2011-02-17T12:43:53Z</published>
<link rel='alternate' type='text/html' href='https://git.awhk.org/mppdown/commit/?id=4291a6aac9ee4a1c79bc24c40d4c558bf88d3e93'/>
<id>urn:sha1:4291a6aac9ee4a1c79bc24c40d4c558bf88d3e93</id>
<content type='text'>
</content>
</entry>
</feed>
