<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cmark/js/bin, 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>bin/commonmark:  don't use the now-removed toObject for --ast.</title>
<updated>2015-01-17T02:49:16+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-17T02:49:16+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=86c34d69c79363bf5dc044e715405f387b11bbfc'/>
<id>86c34d69c79363bf5dc044e715405f387b11bbfc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>node.js:  toAST -&gt; toObject.</title>
<updated>2015-01-12T04:28:05+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-12T04:28:05+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=a17a86cbcfb2a4775638c00bca83e54d4ee5f30f'/>
<id>a17a86cbcfb2a4775638c00bca83e54d4ee5f30f</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://5.196.69.93/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://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>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://5.196.69.93/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>Added options to DocParser.</title>
<updated>2015-01-11T05:34:04+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-11T05:33:25+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=958505853ebd24fd3c0dc2bc6f6fb0615a48c8b7'/>
<id>958505853ebd24fd3c0dc2bc6f6fb0615a48c8b7</id>
<content type='text'>
So far only 'time' is supported.
'time' now gives a breakdown of block parsing, inline parsing,
and rendering.

Currently the ratio is

block parsing: 725ms
inline parsing: 332ms
rendering: 213ms

so perhaps block.js is the best place to look for further optimizations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So far only 'time' is supported.
'time' now gives a breakdown of block parsing, inline parsing,
and rendering.

Currently the ratio is

block parsing: 725ms
inline parsing: 332ms
rendering: 213ms

so perhaps block.js is the best place to look for further optimizations.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added --time option to js/bin/commonmark.</title>
<updated>2015-01-11T01:51:38+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-11T01:51:38+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=cb553e8003aa748e20f7c3aeb93a75e5bbeeb23c'/>
<id>cb553e8003aa748e20f7c3aeb93a75e5bbeeb23c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
