<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cmark/man/man3, 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>Add cmark_get_default_mem_allocator().</title>
<updated>2020-02-09T17:03:16+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2020-02-09T17:03:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.katolaz.net/cmark/commit/?id=fdbdbf7ecc8597d2b6ae329ecbdabebaf0793fba'/>
<id>fdbdbf7ecc8597d2b6ae329ecbdabebaf0793fba</id>
<content type='text'>
API change: This adds a new exported function in cmark.h.

Closes #330.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
API change: This adds a new exported function in cmark.h.

Closes #330.
</pre>
</div>
</content>
</entry>
<entry>
<title>Define CMARK_OPT_SAFE for API compatibility.</title>
<updated>2019-03-19T23:27:24+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2019-03-19T23:27:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.katolaz.net/cmark/commit/?id=ecd0c8c23f011e845ca96704b154083c0f07a994'/>
<id>ecd0c8c23f011e845ca96704b154083c0f07a994</id>
<content type='text'>
It doesn't do anything; this is documented.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It doesn't do anything; this is documented.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make rendering safe by default.</title>
<updated>2019-03-18T05:43:38+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2019-03-18T05:43:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.katolaz.net/cmark/commit/?id=325a1471d2a32bcc1e2d2580b973ff4ba1df85e8'/>
<id>325a1471d2a32bcc1e2d2580b973ff4ba1df85e8</id>
<content type='text'>
Removes CMARK_OPT_SAFE from options.

Adds CMARK_OPT_UNSAFE, with the opposite meaning.
The new default behavior is to suppress raw HTML and
potentially dangerous links.  The CMARK_OPT_UNSAFE
option has to be set explicitly to prevent this.

--------------------------------------------------------
NOTE: This change will require modifications in
bindings for cmark and in most libraries and programs
that use cmark.
--------------------------------------------------------

Closes #239, #273.

Borrows heavily from @kivikakk's patch in github/cmark-gfm#123.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removes CMARK_OPT_SAFE from options.

Adds CMARK_OPT_UNSAFE, with the opposite meaning.
The new default behavior is to suppress raw HTML and
potentially dangerous links.  The CMARK_OPT_UNSAFE
option has to be set explicitly to prevent this.

--------------------------------------------------------
NOTE: This change will require modifications in
bindings for cmark and in most libraries and programs
that use cmark.
--------------------------------------------------------

Closes #239, #273.

Borrows heavily from @kivikakk's patch in github/cmark-gfm#123.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #195 from github/revert-194-upstream/remove-normalize</title>
<updated>2017-06-02T14:43:57+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2017-06-02T14:43:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.katolaz.net/cmark/commit/?id=f3026b816d7a33e62824bd559692422206196c6d'/>
<id>f3026b816d7a33e62824bd559692422206196c6d</id>
<content type='text'>
Revert "Remove normalize as an option per #190"</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Revert "Remove normalize as an option per #190"</pre>
</div>
</content>
</entry>
<entry>
<title>Document cases where get_ functions return NULL.</title>
<updated>2017-06-02T14:41:06+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2017-06-02T14:41:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.katolaz.net/cmark/commit/?id=f9073827f0e8d9b10fa43852a1f981eda44140c8'/>
<id>f9073827f0e8d9b10fa43852a1f981eda44140c8</id>
<content type='text'>
E.g. cmark_node_get_url on a non-link or image.
Closes #155.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
E.g. cmark_node_get_url on a non-link or image.
Closes #155.
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-add CMARK_OPT_NORMALIZE without effect.</title>
<updated>2017-05-07T03:22:12+00:00</updated>
<author>
<name>Yuki Izumi</name>
<email>yuki@kivikakk.ee</email>
</author>
<published>2017-05-07T03:22:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.katolaz.net/cmark/commit/?id=f47c5ec83aacd4fd64de36b1047ff2fced766142'/>
<id>f47c5ec83aacd4fd64de36b1047ff2fced766142</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove normalize as an option per #190 (#194)</title>
<updated>2017-05-05T08:02:34+00:00</updated>
<author>
<name>Yuki Izumi</name>
<email>kivikakk@github.com</email>
</author>
<published>2017-05-05T08:02:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.katolaz.net/cmark/commit/?id=6313fff5f9482bdc0489dd19bf9c4ff6ed817e71'/>
<id>6313fff5f9482bdc0489dd19bf9c4ff6ed817e71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Update cmark.3 man page."</title>
<updated>2017-01-04T06:10:09+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2017-01-04T06:10:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.katolaz.net/cmark/commit/?id=bce3f59f60e21ffd4f23855c76174d361609b1e0'/>
<id>bce3f59f60e21ffd4f23855c76174d361609b1e0</id>
<content type='text'>
This reverts commit 26182bb868d3da7dd8a3389729bea79d489855b7.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 26182bb868d3da7dd8a3389729bea79d489855b7.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update cmark.3 man page.</title>
<updated>2016-12-31T01:45:36+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2016-12-31T01:45:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.katolaz.net/cmark/commit/?id=26182bb868d3da7dd8a3389729bea79d489855b7'/>
<id>26182bb868d3da7dd8a3389729bea79d489855b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update man 3 page.</title>
<updated>2016-11-18T20:14:03+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2016-11-18T20:14:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.katolaz.net/cmark/commit/?id=c2680054d133626f6a600ab9d7ea3cce8eea9b98'/>
<id>c2680054d133626f6a600ab9d7ea3cce8eea9b98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
