<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cmark/README.md, 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>Add CI badge.</title>
<updated>2020-05-13T05:57:45+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2020-05-13T05:57:45+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=76ddef4b1bb6d95bb77d267e76d5647e68c8aae2'/>
<id>76ddef4b1bb6d95bb77d267e76d5647e68c8aae2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://ns2.complex-networks.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>Fix appveyor links.</title>
<updated>2018-08-27T21:23:28+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2018-08-27T21:23:28+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=a9f67da092cfc81e7e82269666278a5463543c28'/>
<id>a9f67da092cfc81e7e82269666278a5463543c28</id>
<content type='text'>
Closes #251.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #251.
</pre>
</div>
</content>
</entry>
<entry>
<title>README - use commonmark/cmark for appveyor badge.</title>
<updated>2017-11-18T19:21:23+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2017-11-18T19:21:23+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=a5c83d7a426bda38aac838f9815664f6189d3404'/>
<id>a5c83d7a426bda38aac838f9815664f6189d3404</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated travis badges and issue tracker jgm -&gt; commonmark.</title>
<updated>2017-11-16T17:31:28+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2017-11-16T17:31:28+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=db63ea9a07135568c44d537a9f2e999b210f0b9f'/>
<id>db63ea9a07135568c44d537a9f2e999b210f0b9f</id>
<content type='text'>
Thanks @mohitsinghs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks @mohitsinghs
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README.md, replace 'make astyle' with 'make format'</title>
<updated>2017-08-03T11:52:47+00:00</updated>
<author>
<name>Nguyễn Thái Ngọc Duy</name>
<email>pclouds@gmail.com</email>
</author>
<published>2017-08-03T11:52:47+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=350d145c84f1624cdbf7560e6780bc2c73d2843a'/>
<id>350d145c84f1624cdbf7560e6780bc2c73d2843a</id>
<content type='text'>
The former has been replaced by the latter since 62cb38b (Use
clang-format, llvm style, for formatting. - 2015-07-27)

dòng được
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The former has been replaced by the latter since 62cb38b (Use
clang-format, llvm style, for formatting. - 2015-07-27)

dòng được
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Makefile target and harness to fuzz with libFuzzer</title>
<updated>2017-06-27T19:37:04+00:00</updated>
<author>
<name>Phil Turnbull</name>
<email>philipturnbull@github.com</email>
</author>
<published>2017-06-26T19:05:30+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=c1dea4ee507ef62b121051e34e36a9b24459ea39'/>
<id>c1dea4ee507ef62b121051e34e36a9b24459ea39</id>
<content type='text'>
This can be run locally with `make libFuzzer` but the harness will be
integrated into oss-fuzz for large-scale fuzzing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This can be run locally with `make libFuzzer` but the harness will be
integrated into oss-fuzz for large-scale fuzzing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add link to Python wrapper</title>
<updated>2017-05-16T15:28:03+00:00</updated>
<author>
<name>Pavlo Kapyshin</name>
<email>i@93z.org</email>
</author>
<published>2017-05-16T15:28:03+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=1fff711c3d6b787eabb9f46c33caa723c808c7ff'/>
<id>1fff711c3d6b787eabb9f46c33caa723c808c7ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prettify languages list</title>
<updated>2017-05-16T15:22:49+00:00</updated>
<author>
<name>Pavlo Kapyshin</name>
<email>i@93z.org</email>
</author>
<published>2017-05-16T15:22:47+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=3c11019281407af0584f7a9e2f29baa46fa8bd54'/>
<id>3c11019281407af0584f7a9e2f29baa46fa8bd54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>README: Add link to cmark-scala (#196)</title>
<updated>2017-05-15T17:30:05+00:00</updated>
<author>
<name>Tim Nieradzik</name>
<email>tim@sparse.tech</email>
</author>
<published>2017-05-15T17:30:05+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=f5c942217751160dc48dc1cb7ff6bddf2d14f0ce'/>
<id>f5c942217751160dc48dc1cb7ff6bddf2d14f0ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
