<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cmark/js/lib/common.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>Wrap decodeURI in a try.</title>
<updated>2015-01-12T18:05:23+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-12T18:05:23+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=de2119c06aba3c2d9f7cc5a661eb241b2c8e051a'/>
<id>de2119c06aba3c2d9f7cc5a661eb241b2c8e051a</id>
<content type='text'>
This ensures that we return original content (unnormalized) rather
than raising an exception for things like

    [foo](&lt;&amp;#x25;test&gt;)

Not sure if this is the best approach.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This ensures that we return original content (unnormalized) rather
than raising an exception for things like

    [foo](&lt;&amp;#x25;test&gt;)

Not sure if this is the best approach.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use decodeURI instead of the deprecated 'unescape'.</title>
<updated>2015-01-12T17:05:28+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-12T17:05:28+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=291fd67499585b7989b0cfdd735473849e7a9146'/>
<id>291fd67499585b7989b0cfdd735473849e7a9146</id>
<content type='text'>
&lt;https://developer.mozilla.org/ru/docs/Web/JavaScript/Reference/Global_Objects/unescape&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
&lt;https://developer.mozilla.org/ru/docs/Web/JavaScript/Reference/Global_Objects/unescape&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed some linter errors.</title>
<updated>2015-01-12T16:51:56+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-12T16:51:56+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=692e687412416e14bcf4084e9bc67c92fcdb0057'/>
<id>692e687412416e14bcf4084e9bc67c92fcdb0057</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Moved common xml escaping code from xml.js, html.js to common.js.</title>
<updated>2015-01-12T07:19:03+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-12T07:19:03+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=f846824b17c83092fcb1e5dd92d3e931c39e76ef'/>
<id>f846824b17c83092fcb1e5dd92d3e931c39e76ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Factored out normalizeURI into a single function in common.js.</title>
<updated>2015-01-12T07:06:53+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-12T07:06:53+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=c6d83e713df9864d704e2d12c3f62ff3be8535fd'/>
<id>c6d83e713df9864d704e2d12c3f62ff3be8535fd</id>
<content type='text'>
This way we can change it without changing four separate places
in the code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way we can change it without changing four separate places
in the code.
</pre>
</div>
</content>
</entry>
<entry>
<title>Factored out unescapeString into new module, js/common.js.</title>
<updated>2015-01-12T07:01:14+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-12T07:01:14+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=ffbca7b85198c2d0efd71b95ef4a1fa693578af0'/>
<id>ffbca7b85198c2d0efd71b95ef4a1fa693578af0</id>
<content type='text'>
This is used in both blocks.js and inlines.js.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is used in both blocks.js and inlines.js.
</pre>
</div>
</content>
</entry>
</feed>
