<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cmark/src/scanners.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>Treat textarea like script, style, pre (type 1 HTML block)...</title>
<updated>2020-07-12T23:21:17+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2020-07-12T23:21:17+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=06e3af57a1ed7b07560974877b5280504eaefb63'/>
<id>06e3af57a1ed7b07560974877b5280504eaefb63</id>
<content type='text'>
in accordance with spec change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in accordance with spec change.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use hand-rolled scanner for thematic break.</title>
<updated>2019-03-17T20:01:29+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2019-03-17T18:22:29+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=a308cf9fd8d116e1235bc5933b9a759f2224ebc9'/>
<id>a308cf9fd8d116e1235bc5933b9a759f2224ebc9</id>
<content type='text'>
Keep track of the last position where a thematic break
failed to match on a line, to avoid rescanning unnecessarily.

See commonmark/cmark#284.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Keep track of the last position where a thematic break
failed to match on a line, to avoid rescanning unnecessarily.

See commonmark/cmark#284.
</pre>
</div>
</content>
</entry>
<entry>
<title>Disallow unescaped ( in parenthesized link title.</title>
<updated>2019-03-17T17:23:47+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2019-03-17T17:23:47+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=9f7d0a674b0a9c741daf359516d80dbf13ec960a'/>
<id>9f7d0a674b0a9c741daf359516d80dbf13ec960a</id>
<content type='text'>
In accord with spec change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In accord with spec change.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update scanners for new info string rules.</title>
<updated>2018-10-04T22:40:37+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2018-10-04T22:40:37+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=289a0aae38f501a46e7403ba02dcadd915ae3a67'/>
<id>289a0aae38f501a46e7403ba02dcadd915ae3a67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed meta from list of block tags.</title>
<updated>2018-06-11T18:10:13+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2018-06-11T18:10:13+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=c5189b749bcc6a65d4209b2e401e0425597d2bb7'/>
<id>c5189b749bcc6a65d4209b2e401e0425597d2bb7</id>
<content type='text'>
Added regression test.

See commonmark/CommonMark#527.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added regression test.

See commonmark/CommonMark#527.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust max length of decimal/numeric entities.</title>
<updated>2018-03-25T22:51:40+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2018-03-25T22:51:40+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=9d1033cdcb6fa266b3a7b2fb0bff02ac6fb6e8be'/>
<id>9d1033cdcb6fa266b3a7b2fb0bff02ac6fb6e8be</id>
<content type='text'>
See commonmark/CommonMark#487.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See commonmark/CommonMark#487.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix inline raw HTML parsing.</title>
<updated>2018-03-25T21:29:50+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2018-03-25T21:29:50+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=ed64489f0f5c9ddb869336cd8526f38d3912cc6a'/>
<id>ed64489f0f5c9ddb869336cd8526f38d3912cc6a</id>
<content type='text'>
This fixes a recently added failing spec test case.
Previously spaces were being allowed in unquoted attribute
values; no we forbid them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes a recently added failing spec test case.
Previously spaces were being allowed in unquoted attribute
values; no we forbid them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reverted mistaken fix to #193.</title>
<updated>2017-07-13T06:52:37+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2017-07-13T06:52:37+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=1ea9cd8ceaec181dd945d82af812a7712f232573'/>
<id>1ea9cd8ceaec181dd945d82af812a7712f232573</id>
<content type='text'>
Commit 14ea489f5dd6e3d07e23f104d6c9ce441d05751b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit 14ea489f5dd6e3d07e23f104d6c9ce441d05751b
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't scan past newline either</title>
<updated>2017-06-21T06:37:21+00:00</updated>
<author>
<name>Yuki Izumi</name>
<email>yuki@kivikakk.ee</email>
</author>
<published>2017-06-21T06:37:21+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=cc24db41b5d9f18644839dc27c565e7006a7323f'/>
<id>cc24db41b5d9f18644839dc27c565e7006a7323f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't scan past an EOL</title>
<updated>2017-06-21T06:34:24+00:00</updated>
<author>
<name>Yuki Izumi</name>
<email>kivikakk@github.com</email>
</author>
<published>2017-06-21T04:51:30+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=c161a9a14220de62ea3d2d082d17d1831a6e5d7a'/>
<id>c161a9a14220de62ea3d2d082d17d1831a6e5d7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
