<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markdown-rs/.github/workflows, 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 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>Remove unneeded codegen in actions</title>
<updated>2022-12-13T09:03:54+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2022-12-13T09:03:54+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=6f3b15b67a96f660ad67ee8fdbe109b2e0bf88f4'/>
<id>6f3b15b67a96f660ad67ee8fdbe109b2e0bf88f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Remove custom docs site in favor of `docs.rs`</title>
<updated>2022-10-14T13:09:14+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2022-10-14T13:09:14+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=87b3f1afa790cf62487d09f83cb4f499d56f1f3e'/>
<id>87b3f1afa790cf62487d09f83cb4f499d56f1f3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor workflows to split work</title>
<updated>2022-10-14T10:28:58+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2022-10-14T10:28:58+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=e694077ed2616cba263b336b942d2a53212dc593'/>
<id>e694077ed2616cba263b336b942d2a53212dc593</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add coverage to workflow</title>
<updated>2022-10-13T09:37:20+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2022-10-13T09:37:20+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=5be90fddf6b9339e680469a86f1bbd750ec3a608'/>
<id>5be90fddf6b9339e680469a86f1bbd750ec3a608</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename crate to `markdown`</title>
<updated>2022-10-13T08:40:01+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2022-10-13T08:40:01+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=ec2d1bfb4232178fb3a6cba36f138bc6efbbf34a'/>
<id>ec2d1bfb4232178fb3a6cba36f138bc6efbbf34a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add inline clippy config</title>
<updated>2022-09-29T10:08:57+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2022-09-29T10:08:57+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=37ed3951e4ea1984d0fdc97fb34699897394fb43'/>
<id>37ed3951e4ea1984d0fdc97fb34699897394fb43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for turning mdast to hast</title>
<updated>2022-09-28T15:55:44+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2022-09-28T15:54:39+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=b33a81e40620b8b3eaeeec9d0e0b34ca5958dead'/>
<id>b33a81e40620b8b3eaeeec9d0e0b34ca5958dead</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove private APIs from site</title>
<updated>2022-09-19T09:26:23+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2022-09-19T09:26:23+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=ad9713e2299c4139a5269f71d3c540f7b3f62054'/>
<id>ad9713e2299c4139a5269f71d3c540f7b3f62054</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
