<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cmark/js/markdown, branch master</title>
<subtitle>My own fork of cmark for commonmark conversion</subtitle>
<link rel='alternate' type='text/html' href='http://git.katolaz.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://git.katolaz.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>Fix the output of the JS `markdown` executable.</title>
<updated>2014-09-04T22:47:45+00:00</updated>
<author>
<name>yamadapc</name>
<email>tacla.yamada@gmail.com</email>
</author>
<published>2014-09-04T22:47:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.katolaz.net/cmark/commit/?id=4d9b2de5f87bb1dad1a9a061d87f62b332a45dc4'/>
<id>4d9b2de5f87bb1dad1a9a061d87f62b332a45dc4</id>
<content type='text'>
Previously, because of `console.log` semantics, if you ran:

```
make test PROG=js/markdown
```

You'd get a couple of errors caused by `console.log` calls putting `\n`
line breaks where they shouldn't. This fixes that by using
`process.stdout.write` instead of `console.log`.

This isn't something really important, but it's nice for all the
provided executables to pass the test suite.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, because of `console.log` semantics, if you ran:

```
make test PROG=js/markdown
```

You'd get a couple of errors caused by `console.log` calls putting `\n`
line breaks where they shouldn't. This fixes that by using
`process.stdout.write` instead of `console.log`.

This isn't something really important, but it's nice for all the
provided executables to pass the test suite.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit</title>
<updated>2014-08-14T05:56:32+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-07-22T05:29:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.katolaz.net/cmark/commit/?id=870e63be7360b5a0097a27656048e853bc720464'/>
<id>870e63be7360b5a0097a27656048e853bc720464</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
