<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cmark/dingus.html, branch master</title>
<subtitle>My own fork of cmark for commonmark conversion</subtitle>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/'/>
<entry>
<title>Removed JS implementation, which is moving to its own repo:</title>
<updated>2015-01-24T19:07:01+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-24T19:07:01+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=d6c615f2680e79bbb76cc85a056aadfe3524513f'/>
<id>d6c615f2680e79bbb76cc85a056aadfe3524513f</id>
<content type='text'>
&lt;https://github.com/jgm/commonmark.js&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
&lt;https://github.com/jgm/commonmark.js&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed DocParser -&gt; Parser.</title>
<updated>2015-01-18T06:00:19+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-18T06:00:19+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=b34e19cd2f32342fafd6ae76de4e537240784f71'/>
<id>b34e19cd2f32342fafd6ae76de4e537240784f71</id>
<content type='text'>
Note: library users should update their code or it will break.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note: library users should update their code or it will break.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Moved dingus to js directory."</title>
<updated>2015-01-13T05:16:33+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-13T05:16:33+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=82e9791b9ec8ada62f3718d95c0a89dbcfeb64a7'/>
<id>82e9791b9ec8ada62f3718d95c0a89dbcfeb64a7</id>
<content type='text'>
This reverts commit 5ddf8743f02132f07aad4bb27e0b84c530a706d7.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 5ddf8743f02132f07aad4bb27e0b84c530a706d7.
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved dingus to js directory.</title>
<updated>2015-01-13T04:25:07+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-13T04:25:07+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=5ddf8743f02132f07aad4bb27e0b84c530a706d7'/>
<id>5ddf8743f02132f07aad4bb27e0b84c530a706d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dingus: XMLRenderer -&gt; XmlRenderer.</title>
<updated>2015-01-12T04:32:44+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-12T04:32:44+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=1d3d498da8afa35516dffc636238e0388c6d4d2c'/>
<id>1d3d498da8afa35516dffc636238e0388c6d4d2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated dingus to use XML for the AST pane.</title>
<updated>2015-01-11T22:54:02+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>fiddlosopher@gmail.com</email>
</author>
<published>2015-01-11T22:54:02+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=7b43ae5be655259cc9081843b0e34e58bad37b72'/>
<id>7b43ae5be655259cc9081843b0e34e58bad37b72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed JS library's dependency on util.</title>
<updated>2015-01-11T22:50:12+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>fiddlosopher@gmail.com</email>
</author>
<published>2015-01-11T22:50:12+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=11a7287be0f5040f4cff4415466d04604b7b5015'/>
<id>11a7287be0f5040f4cff4415466d04604b7b5015</id>
<content type='text'>
This reduces js/commonmark.js size by 20K.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reduces js/commonmark.js size by 20K.
</pre>
</div>
</content>
</entry>
<entry>
<title>Made 'options' a parameter of the renderer constructors...</title>
<updated>2015-01-11T01:17:09+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-11T01:17:09+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=2fe4743a1303ca5dcba4018519a044e9de8e11db'/>
<id>2fe4743a1303ca5dcba4018519a044e9de8e11db</id>
<content type='text'>
as opposed to the 'render' function.

Added a 'colors' parameter for the ast renderer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as opposed to the 'render' function.

Added a 'colors' parameter for the ast renderer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated dingus.</title>
<updated>2015-01-10T03:20:49+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-10T03:20:49+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=65059ef600773928a6c9b9c96657a541a6286650'/>
<id>65059ef600773928a6c9b9c96657a541a6286650</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated dingus - incorporated changes made in CommonMark-site.</title>
<updated>2014-12-31T21:23:29+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-12-31T21:23:29+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=89a10775af065e7113ae1d34ea64b5ac9a741dd0'/>
<id>89a10775af065e7113ae1d34ea64b5ac9a741dd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
