<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cmark/src/html, branch master</title>
<subtitle>My own fork of cmark for commonmark conversion</subtitle>
<link rel='alternate' type='text/html' href='http://ns2.complex-space.net/cmark/'/>
<entry>
<title>Moved source files from src/html into src.</title>
<updated>2014-12-05T07:13:54+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-12-05T07:13:54+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-space.net/cmark/commit/?id=27bd6c0b18318a9c43801409bbababf2ceb6302e'/>
<id>27bd6c0b18318a9c43801409bbababf2ceb6302e</id>
<content type='text'>
The separate directory presents problems for some simple
extension building systems, like luarocks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The separate directory presents problems for some simple
extension building systems, like luarocks.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename NODE_STRING -&gt; NODE_TEXT.</title>
<updated>2014-11-25T22:51:54+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>fiddlosopher@gmail.com</email>
</author>
<published>2014-11-25T22:51:54+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-space.net/cmark/commit/?id=a5a55657ad8c1da1e17eda8e0a321612e61c311e'/>
<id>a5a55657ad8c1da1e17eda8e0a321612e61c311e</id>
<content type='text'>
In JS, use 'Text' instead of 'Str'.

In spec, use "plain textual content" instead of "strings."
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In JS, use 'Text' instead of 'Str'.

In spec, use "plain textual content" instead of "strings."
</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-space.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-space.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-space.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-space.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>Renamed NODE_BQUOTE -&gt; NODE_BLOCK_QUOTE.</title>
<updated>2014-11-23T05:22:26+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-11-23T05:22:26+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-space.net/cmark/commit/?id=acac9428faa1c3193fb44b3fb0e2dd3cbdaa4ac9'/>
<id>acac9428faa1c3193fb44b3fb0e2dd3cbdaa4ac9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>C html renderer:  ensure newline before hr or raw html block.</title>
<updated>2014-11-23T04:48:16+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-11-23T04:48:16+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-space.net/cmark/commit/?id=e22f3b777dd53e587db6dba76e86bf3276ad619f'/>
<id>e22f3b777dd53e587db6dba76e86bf3276ad619f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make render_html return a char*</title>
<updated>2014-11-22T16:16:10+00:00</updated>
<author>
<name>Nick Wellnhofer</name>
<email>wellnhofer@aevum.de</email>
</author>
<published>2014-11-22T16:16:10+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-space.net/cmark/commit/?id=c100b483db2a35d004288f128c0c27d9976fc9c9'/>
<id>c100b483db2a35d004288f128c0c27d9976fc9c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stackless HTML rendering</title>
<updated>2014-11-22T15:10:13+00:00</updated>
<author>
<name>Nick Wellnhofer</name>
<email>wellnhofer@aevum.de</email>
</author>
<published>2014-11-19T19:24:08+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-space.net/cmark/commit/?id=1cf1ec9a8f893a41910a300d9d8f1e6c20288287'/>
<id>1cf1ec9a8f893a41910a300d9d8f1e6c20288287</id>
<content type='text'>
Now that every node has a parent pointer, it's possible to implement
the HTML rendering functions without render stacks and any dynamic
memory allocations.

This commit also adds some minor optimizations that eliminate some
strbuf_put* calls for the common case and avoid printf for headers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that every node has a parent pointer, it's possible to implement
the HTML rendering functions without render stacks and any dynamic
memory allocations.

This commit also adds some minor optimizations that eliminate some
strbuf_put* calls for the common case and avoid printf for headers.
</pre>
</div>
</content>
</entry>
</feed>
