<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cmark/commonmark.rb, 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>Moved commonmark.rb to its own repo (jgm/commonmarker).</title>
<updated>2014-11-25T20:00:49+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-11-25T20:00:49+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=e31e2d2fe1d28223eee9f406b82d6f48552f5be7'/>
<id>e31e2d2fe1d28223eee9f406b82d6f48552f5be7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>commonmark.rb - removed outf.</title>
<updated>2014-11-25T06:01:04+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-11-25T06:01:04+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=141339e96bd4cd6d2190a40a66d918f6f8d50377'/>
<id>141339e96bd4cd6d2190a40a66d918f6f8d50377</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not distinguish btw fenced and indented code in AST.</title>
<updated>2014-11-23T15:08:57+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-11-23T15:08:57+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=1b6a4ce8ab921ddc98581abd395428e2cadd0c22'/>
<id>1b6a4ce8ab921ddc98581abd395428e2cadd0c22</id>
<content type='text'>
Use a single CMARK_NODE_CODE_BLOCK tag for both.
Distinguish them when needed for parsing by looking at the
fence_length attribute, which is 0 for indented blocks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use a single CMARK_NODE_CODE_BLOCK tag for both.
Distinguish them when needed for parsing by looking at the
fence_length attribute, which is 0 for indented blocks.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Revert "Remove distinction btw atx and setext header in AST.""</title>
<updated>2014-11-23T14:54:53+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-11-23T14:54:53+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=8ba087276c6cae9e1efde656ae973b4f714c88be'/>
<id>8ba087276c6cae9e1efde656ae973b4f714c88be</id>
<content type='text'>
This reverts commit 4570eb2bff2e1b71fa5b6408abbc69c98ff5ff24.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 4570eb2bff2e1b71fa5b6408abbc69c98ff5ff24.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Remove distinction btw atx and setext header in AST."</title>
<updated>2014-11-23T06:39:26+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-11-23T06:39:26+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=4570eb2bff2e1b71fa5b6408abbc69c98ff5ff24'/>
<id>4570eb2bff2e1b71fa5b6408abbc69c98ff5ff24</id>
<content type='text'>
This reverts commit a71423f6ee1b77d9f79d42599ea00b4ca99f5da0.

Not quite sure about this change, so reverting for now.
Note that we still have a distinction between fenced and
indented code blocks in the AST.  These two distinctions
seem to stand or fall together.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit a71423f6ee1b77d9f79d42599ea00b4ca99f5da0.

Not quite sure about this change, so reverting for now.
Note that we still have a distinction between fenced and
indented code blocks in the AST.  These two distinctions
seem to stand or fall together.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove distinction btw atx and setext header in AST.</title>
<updated>2014-11-23T05:32:21+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-11-23T05:32:21+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=a71423f6ee1b77d9f79d42599ea00b4ca99f5da0'/>
<id>a71423f6ee1b77d9f79d42599ea00b4ca99f5da0</id>
<content type='text'>
Now we just have 'header' -- Setext and ATX are just two ways
of forming these; it's not a semantic difference that should remain
in the AST.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now we just have 'header' -- Setext and ATX are just two ways
of forming these; it's not a semantic difference that should remain
in the AST.
</pre>
</div>
</content>
</entry>
<entry>
<title>commonmark.rb:  Added 'transform' and demos.</title>
<updated>2014-11-23T00:55:56+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-11-23T00:55:56+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=641bbf1f3b7c0f693f58119614404b107742e31c'/>
<id>641bbf1f3b7c0f693f58119614404b107742e31c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added examples of using walk.</title>
<updated>2014-11-22T16:39:49+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-11-22T16:39:49+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=aebf7308ef00a8c2150200dc641d3eeee80a8303'/>
<id>aebf7308ef00a8c2150200dc641d3eeee80a8303</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>commonmark.rb - added walk, an iterator that walks the AST.</title>
<updated>2014-11-22T16:17:52+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-11-22T16:17:52+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=82e759174bc8fcd8fd070a8b379adcdaa048e7cd'/>
<id>82e759174bc8fcd8fd070a8b379adcdaa048e7cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>commonmark.rb: omit title if empty.</title>
<updated>2014-11-22T06:29:21+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-11-22T06:29:21+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=cf1c490c7a3fd3f9681e97f1e662735e1509250c'/>
<id>cf1c490c7a3fd3f9681e97f1e662735e1509250c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
