<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cmark/js/stmd.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>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>
<entry>
<title>Correct capitalization of JavaScript</title>
<updated>2014-10-08T06:12:36+00:00</updated>
<author>
<name>Bengt Lüers</name>
<email>bengt.lueers@gmail.com</email>
</author>
<published>2014-09-08T14:16:36+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=daeb55edc7636deebc2a79621ea06c3548d67827'/>
<id>daeb55edc7636deebc2a79621ea06c3548d67827</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stmd.js:  Fixed entityToChar, adding fromCodePoint polyfill.</title>
<updated>2014-10-08T05:02:21+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-10-08T05:02:21+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=c0c33f83326927d515a973aa7afdd26bb194e0c8'/>
<id>c0c33f83326927d515a973aa7afdd26bb194e0c8</id>
<content type='text'>
Closes #151.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #151.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reset label_nest_level before parsing reference.</title>
<updated>2014-10-08T04:34:39+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-10-08T04:31:35+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=aabd412250999ecd9c1033966ddfe8a66e26972f'/>
<id>aabd412250999ecd9c1033966ddfe8a66e26972f</id>
<content type='text'>
This fixes a bug with text like:

    [[some unrelated text [link]

    [link]: destination

See #146.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes a bug with text like:

    [[some unrelated text [link]

    [link]: destination

See #146.
</pre>
</div>
</content>
</entry>
<entry>
<title>Further emph fallback optimizations.</title>
<updated>2014-10-05T00:15:52+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-10-05T00:15:52+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=cd198620a44576afb0f325abd58d503eab65bf32'/>
<id>cd198620a44576afb0f325abd58d503eab65bf32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some jshint fixes.</title>
<updated>2014-10-04T23:49:05+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-10-04T23:49:05+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=9d590fa7cd1158da138e602af542d2ca59d8d76e'/>
<id>9d590fa7cd1158da138e602af542d2ca59d8d76e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use simpler algorithm.</title>
<updated>2014-10-04T23:43:21+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-10-04T23:43:21+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=52c69afc6f4ad2f962f55c6daa7adaab87f835ae'/>
<id>52c69afc6f4ad2f962f55c6daa7adaab87f835ae</id>
<content type='text'>
This handles things like `**hi***there*` and gives symmetrical
treatment of `**hi*` and `*hi**`.

Also handles the case from #147.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This handles things like `**hi***there*` and gives symmetrical
treatment of `**hi*` and `*hi**`.

Also handles the case from #147.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Use integers instead of strings for tags."</title>
<updated>2014-10-03T00:54:20+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>fiddlosopher@gmail.com</email>
</author>
<published>2014-10-03T00:54:20+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=c9ad75b4c69edf064106bc63fdf6a2637a7c5a8b'/>
<id>c9ad75b4c69edf064106bc63fdf6a2637a7c5a8b</id>
<content type='text'>
This reverts commit ac611d51c9de9aa719b42b9463e6f28d6e7d74a4.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit ac611d51c9de9aa719b42b9463e6f28d6e7d74a4.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Use numerical constants."</title>
<updated>2014-10-03T00:54:14+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>fiddlosopher@gmail.com</email>
</author>
<published>2014-10-03T00:54:14+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=6dfc19a529c64d17ec673196d2d549acc809bd54'/>
<id>6dfc19a529c64d17ec673196d2d549acc809bd54</id>
<content type='text'>
This reverts commit db25de09f5dc931c0e2b31ce0ccdb58052f3105f.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit db25de09f5dc931c0e2b31ce0ccdb58052f3105f.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use numerical constants.</title>
<updated>2014-10-03T00:53:53+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>fiddlosopher@gmail.com</email>
</author>
<published>2014-10-03T00:53:53+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=db25de09f5dc931c0e2b31ce0ccdb58052f3105f'/>
<id>db25de09f5dc931c0e2b31ce0ccdb58052f3105f</id>
<content type='text'>
Performance optimization, but at cost of code clarity.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Performance optimization, but at cost of code clarity.
</pre>
</div>
</content>
</entry>
</feed>
