<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cmark/js/lib/index.js, branch master</title>
<subtitle>My own fork of cmark for commonmark conversion</subtitle>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/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://ns2.complex-networks.net/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://ns2.complex-networks.net/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>Moved "use strict" to top of modules.</title>
<updated>2015-01-12T16:45:35+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-12T16:45:35+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=4bd3ce58851b0cd332b9d46d56e4e42795636984'/>
<id>4bd3ce58851b0cd332b9d46d56e4e42795636984</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>XMLRenderer -&gt; XmlRenderer.</title>
<updated>2015-01-11T22:59:12+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>fiddlosopher@gmail.com</email>
</author>
<published>2015-01-11T22:59:12+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=b811dd8facd3fe26da32b93d70ab92d3693fab5c'/>
<id>b811dd8facd3fe26da32b93d70ab92d3693fab5c</id>
<content type='text'>
For consistency with HtmlRenderer. I'm not sure which is best.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For consistency with HtmlRenderer. I'm not sure which is best.
</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://ns2.complex-networks.net/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>Start on xml.js.</title>
<updated>2015-01-11T21:43:03+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-11T21:43:03+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=ee812d1df1b237133dfaf490d6ff31f70dc73438'/>
<id>ee812d1df1b237133dfaf490d6ff31f70dc73438</id>
<content type='text'>
Just the skeleton, mostly copied from HTML renderer.
Can be simplified because of the regularity of the XML format.
See #280.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just the skeleton, mostly copied from HTML renderer.
Can be simplified because of the regularity of the XML format.
See #280.
</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://ns2.complex-networks.net/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>JS linter improvements.</title>
<updated>2015-01-10T05:52:47+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-10T05:52:47+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=d77b868584c988483fdb7892ccc5af09c6d99f1c'/>
<id>d77b868584c988483fdb7892ccc5af09c6d99f1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Put limit on AST display as string.</title>
<updated>2015-01-10T03:55:29+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-10T03:55:29+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=054fea748f5b6aae9043925abf9b66991cd51887'/>
<id>054fea748f5b6aae9043925abf9b66991cd51887</id>
<content type='text'>
(AST itself has no nesting limits.  BUt this prevents a crash
due to recursion in util.inspect.)

See #272.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(AST itself has no nesting limits.  BUt this prevents a crash
due to recursion in util.inspect.)

See #272.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated renderAST in lib.</title>
<updated>2015-01-10T03:20:42+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-10T03:20:42+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=1a034acee13576bc252ef1ca3f91d0d35ba9a85e'/>
<id>1a034acee13576bc252ef1ca3f91d0d35ba9a85e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
