<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markdown-rs/examples, 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 `log` feature, document features</title>
<updated>2023-02-10T11:43:38+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2023-02-10T11:43:38+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=905b62583be73a8969014dbb98b6fd1c92c23df6'/>
<id>905b62583be73a8969014dbb98b6fd1c92c23df6</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 `extern crate`s</title>
<updated>2022-11-10T16:00:33+00:00</updated>
<author>
<name>Hocdoc</name>
<email>bernhardberger@gmx.at</email>
</author>
<published>2022-11-10T16:00:33+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=d5ae7bb13fdb5e855c678ced9b66d26674e08136'/>
<id>d5ae7bb13fdb5e855c678ced9b66d26674e08136</id>
<content type='text'>
Closes GH-28.

Co-authored-by: Bernhard Berger &lt;bernhardberger3456@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-28.

Co-authored-by: Bernhard Berger &lt;bernhardberger3456@gmail.com&gt;</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>Refactor to split parse from compile options</title>
<updated>2022-10-06T13:57:55+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2022-10-06T13:57:55+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=cd5bb2d16c6b28332b0b6077b27b2b90a8051896'/>
<id>cd5bb2d16c6b28332b0b6077b27b2b90a8051896</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 compiling to mdast</title>
<updated>2022-09-26T14:12:25+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2022-09-26T14:12:25+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=a0c84c505d733be2e987a333a34244c1befb56cb'/>
<id>a0c84c505d733be2e987a333a34244c1befb56cb</id>
<content type='text'>
See: &lt;https://github.com/syntax-tree/mdast&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See: &lt;https://github.com/syntax-tree/mdast&gt;.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add mdx example</title>
<updated>2022-09-09T14:21:36+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2022-09-09T14:21:36+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=aadec72880363669fb909116e834e26c4ca0adb2'/>
<id>aadec72880363669fb909116e834e26c4ca0adb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for mdx jsx (text)</title>
<updated>2022-09-08T08:24:04+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2022-09-08T08:23:03+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=31ab712f2e45de567fd699786a49af678a30cd15'/>
<id>31ab712f2e45de567fd699786a49af678a30cd15</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 GFM tagfilter</title>
<updated>2022-09-01T10:18:43+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2022-09-01T10:18:43+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=6fd5d61ed9b8cb66c13f44893d50025c9a87b217'/>
<id>6fd5d61ed9b8cb66c13f44893d50025c9a87b217</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update example</title>
<updated>2022-08-31T14:57:14+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2022-08-31T14:57:14+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=fa363dbba79f50001a22d1c90b8fb2009101d48c'/>
<id>fa363dbba79f50001a22d1c90b8fb2009101d48c</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 GFM strikethrough</title>
<updated>2022-08-22T09:50:42+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2022-08-22T09:50:42+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=351c69644bdbdf52c95e322904273657892920b5'/>
<id>351c69644bdbdf52c95e322904273657892920b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
