<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markdown-rs/tests, 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>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 crash in MDX whitespace</title>
<updated>2023-04-22T08:06:05+00:00</updated>
<author>
<name>Mick van Gelderen</name>
<email>mickvangelderen@gmail.com</email>
</author>
<published>2023-04-22T08:06:05+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=66c6c21f7349ce6036673443afc2c1aa640682db'/>
<id>66c6c21f7349ce6036673443afc2c1aa640682db</id>
<content type='text'>
Related-to: GH-26.
Closes GH-60.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related-to: GH-26.
Closes GH-60.</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for serializing trees as JSON</title>
<updated>2023-01-03T10:52:22+00:00</updated>
<author>
<name>Kyle McCarthy</name>
<email>km@kylemccarthy.io</email>
</author>
<published>2023-01-03T10:52:22+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=2045b0bfc467efeb605aad7d8297a1fa1fc3e0e9'/>
<id>2045b0bfc467efeb605aad7d8297a1fa1fc3e0e9</id>
<content type='text'>
This adds support for serializing the mdast syntax tree as JSON,
with serde, through a feature.

Closes GH-10.
Related-to GH-30.
Closes GH-37.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds support for serializing the mdast syntax tree as JSON,
with serde, through a feature.

Closes GH-10.
Related-to GH-30.
Closes GH-37.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix `start` on ordered lists in mdast</title>
<updated>2022-12-19T05:58:52+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2022-12-19T05:58:52+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=af202d3f0ea24e0a957b02a6f9fb23c6c3b4afe7'/>
<id>af202d3f0ea24e0a957b02a6f9fb23c6c3b4afe7</id>
<content type='text'>
Closes GH-38.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-38.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace build script with private crate</title>
<updated>2022-12-13T08:57:14+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2022-12-13T08:57:14+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=ff5f81498ba1807ab06ffb5dadb1c99c102e0284'/>
<id>ff5f81498ba1807ab06ffb5dadb1c99c102e0284</id>
<content type='text'>
Closes GH-34.
Closes GH-35.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-34.
Closes GH-35.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for empty ast</title>
<updated>2022-12-13T08:31:18+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2022-12-13T08:31:18+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=60410a42e46d97e3581493c9d185184b7fd87bb5'/>
<id>60410a42e46d97e3581493c9d185184b7fd87bb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update tests for changes in `swc`</title>
<updated>2022-12-13T08:16:51+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2022-12-13T08:16:51+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=b417a89d6c33649bfa3e6fa1b951cd2ad9803299'/>
<id>b417a89d6c33649bfa3e6fa1b951cd2ad9803299</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 tests</title>
<updated>2022-11-25T11:36:15+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2022-11-25T11:36:15+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=53173e52b151537ad8510da5e7802f342d24a372'/>
<id>53173e52b151537ad8510da5e7802f342d24a372</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix double setext heading underlines</title>
<updated>2022-11-25T10:46:02+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2022-11-25T10:46:02+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=eea185ea8509d37a1f87babab75b1f94350db802'/>
<id>eea185ea8509d37a1f87babab75b1f94350db802</id>
<content type='text'>
Related-to: GH-22.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related-to: GH-22.
</pre>
</div>
</content>
</entry>
</feed>
