<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cmark/js/lib/html5-entities.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>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>linter fixes to html5-entities.js and index.js.</title>
<updated>2014-12-11T04:48:31+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-12-11T04:48:02+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=5fbd73cc31627b125c59f98a5de41e6442235ea7'/>
<id>5fbd73cc31627b125c59f98a5de41e6442235ea7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>html5-entities.js: put object property 'in' in quotes.</title>
<updated>2014-12-11T01:32:27+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-12-11T01:32:27+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=35005ade4bcf02d5238ae4d7e2c5b63b501f7f22'/>
<id>35005ade4bcf02d5238ae4d7e2c5b63b501f7f22</id>
<content type='text'>
...this is a JS keyword, and at least IE8 gets confused by
it in this context.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
...this is a JS keyword, and at least IE8 gets confused by
it in this context.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid using non-ascii characters in js code.</title>
<updated>2014-12-09T21:01:14+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-12-09T21:01:14+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=8796258400fc07a653172ba9d808374fdcca7936'/>
<id>8796258400fc07a653172ba9d808374fdcca7936</id>
<content type='text'>
It seems to confuse IE8.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It seems to confuse IE8.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change from-code-point.js so it doesn't alter String prototype.</title>
<updated>2014-10-18T23:39:39+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-10-18T23:38:19+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=d571c769791d600bf1756fc0df6ca4abd9535e5e'/>
<id>d571c769791d600bf1756fc0df6ca4abd9535e5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use browserify to make js code more modular.</title>
<updated>2014-10-18T23:39:33+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-10-18T23:16:49+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=fb143fbc1705bb4d59b5d4ebbb5454866cf1b76c'/>
<id>fb143fbc1705bb4d59b5d4ebbb5454866cf1b76c</id>
<content type='text'>
* Moved js library code to `js/lib`.
* `js/stmd.js` is now generated from these files using browserify.
* Factored out `html5-entities.js` and `from-code-point.js` from main
  js parsing code (which is now `index.js`).
* Moved `js/markdown` to `js/bin`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Moved js library code to `js/lib`.
* `js/stmd.js` is now generated from these files using browserify.
* Factored out `html5-entities.js` and `from-code-point.js` from main
  js parsing code (which is now `index.js`).
* Moved `js/markdown` to `js/bin`.
</pre>
</div>
</content>
</entry>
</feed>
