<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markdown-rs/src, branch main</title>
<subtitle>CommonMark compliant markdown parser in Rust with ASTs and extensions</subtitle>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/'/>
<entry>
<title>Fix cargo clippy lints</title>
<updated>2023-08-15T19:01:08+00:00</updated>
<author>
<name>cel 🌸</name>
<email>cel@blos.sm</email>
</author>
<published>2023-08-15T19:01:08+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=1815681d8366d7b471b76e958bd11a24d2fe18a3'/>
<id>1815681d8366d7b471b76e958bd11a24d2fe18a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ability to enable or disable html checkbox checkability</title>
<updated>2023-08-15T14:59:52+00:00</updated>
<author>
<name>cel 🌸</name>
<email>cel@blos.sm</email>
</author>
<published>2023-08-15T14:59:52+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=94fca8874c720ebdd5d18494094cf3048d575394'/>
<id>94fca8874c720ebdd5d18494094cf3048d575394</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix parsing of nested links</title>
<updated>2023-07-10T09:09:58+00:00</updated>
<author>
<name>Fedor Sheremetyev</name>
<email>sheremetyev@gmail.com</email>
</author>
<published>2023-07-10T09:09:58+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=ddbeb9c9d87b6e938eac09bc0ee4f354c4a552f2'/>
<id>ddbeb9c9d87b6e938eac09bc0ee4f354c4a552f2</id>
<content type='text'>
Enter event for `LabelText` should be inserted before existing events at the index in order
to have correct nesting. Otherwise nested elements could have Enter event first and that
would result in incorrect nesting in the tree when converting to AST.

Closes GH-73.
Closes GH-50.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enter event for `LabelText` should be inserted before existing events at the index in order
to have correct nesting. Otherwise nested elements could have Enter event first and that
would result in incorrect nesting in the tree when converting to AST.

Closes GH-73.
Closes GH-50.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix internal docs on grammar of html (flow)</title>
<updated>2023-06-23T19:43:35+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2023-06-23T19:43:35+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=24d78c3420980f3e56fc420f8efc7e601b144ee7'/>
<id>24d78c3420980f3e56fc420f8efc7e601b144ee7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix code-style</title>
<updated>2023-05-25T10:26:09+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2023-05-25T10:26:09+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=9c6476dbdb8ccbbde6d6364098dc9944162d143c'/>
<id>9c6476dbdb8ccbbde6d6364098dc9944162d143c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix escape in titles</title>
<updated>2023-05-23T14:31:43+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2023-05-23T14:31:43+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=0d005d2790b52e1c2e9f8555d97abfeb6e782536'/>
<id>0d005d2790b52e1c2e9f8555d97abfeb6e782536</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor some code</title>
<updated>2023-05-23T14:31:21+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2023-05-23T14:31:21+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=0be7464edbd0fae379eff1e18d64bd2099651040'/>
<id>0be7464edbd0fae379eff1e18d64bd2099651040</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unneeded branch</title>
<updated>2023-05-18T15:01:26+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2023-05-18T15:01:26+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=35cbee9ede93fbf9296357765cab0e23698bfb22'/>
<id>35cbee9ede93fbf9296357765cab0e23698bfb22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove superfluous code</title>
<updated>2023-05-13T14:45:56+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2023-05-13T14:45:56+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=7340a46b5c7fdb05796377d8c73c4843b6ae2876'/>
<id>7340a46b5c7fdb05796377d8c73c4843b6ae2876</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in docs</title>
<updated>2023-05-11T07:40:40+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2023-05-11T07:40:40+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=d7b7d2ce998dd870da799ab2adfe92df386fb516'/>
<id>d7b7d2ce998dd870da799ab2adfe92df386fb516</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
