<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cmark/src/smart.c, 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 handling of --smart from renderer to parser.</title>
<updated>2015-02-16T05:45:27+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-02-16T02:31:07+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=27373892cb98a2a6a1d35fba28798d9117fff58f'/>
<id>27373892cb98a2a6a1d35fba28798d9117fff58f</id>
<content type='text'>
This allows backslash escapes to disable smart quote
transformations in particular cases.

Closes #8.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows backslash escapes to disable smart quote
transformations in particular cases.

Closes #8.
</pre>
</div>
</content>
</entry>
<entry>
<title>Further improvements and small optimizations in smart punctuation code.</title>
<updated>2015-02-15T18:03:28+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-02-15T18:03:28+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=b27dcba03a6907cfc71aa0af5bfe737793c542ca'/>
<id>b27dcba03a6907cfc71aa0af5bfe737793c542ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimized --smart.</title>
<updated>2015-02-15T17:42:25+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-02-15T17:42:25+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=846650bc717b908ef865d8c4095ee6fcd059c79b'/>
<id>846650bc717b908ef865d8c4095ee6fcd059c79b</id>
<content type='text'>
Previously we had 0.24s on the benchmark without `--smart`,
0.38s with it.  Now we have 0.27s with `--smart`, so `--smart`
has only a small performance impact.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously we had 0.24s on the benchmark without `--smart`,
0.38s with it.  Now we have 0.27s with `--smart`, so `--smart`
has only a small performance impact.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added smart.c, smart.h with function abstracting smart punct rendering.</title>
<updated>2015-02-15T06:36:34+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-02-15T05:18:55+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=5860d60cc79332c01da59f39e90fff2bcc8a5e9e'/>
<id>5860d60cc79332c01da59f39e90fff2bcc8a5e9e</id>
<content type='text'>
Also fixed some bugs in earlier smart handling.  Now handles
UTF-8.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fixed some bugs in earlier smart handling.  Now handles
UTF-8.
</pre>
</div>
</content>
</entry>
</feed>
