<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markdown-rs/src/util, 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>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>Move `log` to optional dependencies</title>
<updated>2023-02-10T11:29:28+00:00</updated>
<author>
<name>pinkforest(she/her)</name>
<email>36498018+pinkforest@users.noreply.github.com</email>
</author>
<published>2023-02-10T11:29:28+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=72a8cf99fbd20ab29f4f3c1845c67898cdaff7de'/>
<id>72a8cf99fbd20ab29f4f3c1845c67898cdaff7de</id>
<content type='text'>
Closes GH-48.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-48.</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 some tests for `Location`</title>
<updated>2022-12-13T08:26:05+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2022-12-13T08:26:05+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=f87525c39d631f99f879c0be761af1ca39524952'/>
<id>f87525c39d631f99f879c0be761af1ca39524952</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>Refactor code-style for Rust 1.65</title>
<updated>2022-11-10T09:06:43+00:00</updated>
<author>
<name>Hocdoc</name>
<email>bernhardberger@gmx.at</email>
</author>
<published>2022-11-10T09:06:43+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=34ea2841df53a1aafafb01c887965469344552ba'/>
<id>34ea2841df53a1aafafb01c887965469344552ba</id>
<content type='text'>
Closes GH-29.

Reviewed-by: Titus Wormer &lt;tituswormer@gmail.com&gt; 
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-29.

Reviewed-by: Titus Wormer &lt;tituswormer@gmail.com&gt; 
Co-authored-by: Bernhard Berger &lt;bernhardberger3456@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fix dead links in docs</title>
<updated>2022-10-25T17:01:34+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2022-10-25T17:01:34+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=bfe2f86e99b5528c636cc4002ce10e9af06de0c0'/>
<id>bfe2f86e99b5528c636cc4002ce10e9af06de0c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Regenerate unicode punctuation</title>
<updated>2022-10-25T09:00:16+00:00</updated>
<author>
<name>Christian Murphy</name>
<email>christian.murphy.42@gmail.com</email>
</author>
<published>2022-10-25T09:00:16+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=6a600621a0d374657562b0c08c252b3d164a1540'/>
<id>6a600621a0d374657562b0c08c252b3d164a1540</id>
<content type='text'>
Closes GH-15.

Reviewed-by: Titus Wormer &lt;tituswormer@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-15.

Reviewed-by: Titus Wormer &lt;tituswormer@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Remove `must_use` if tarpaulin doesn’t understand them</title>
<updated>2022-10-14T11:37:22+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2022-10-14T11:37:22+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=88d1c902f7a1677516a2eabadf792e870e233bc2'/>
<id>88d1c902f7a1677516a2eabadf792e870e233bc2</id>
<content type='text'>
Also moves some code to separate files, in the hopes that
tarpaulin understands them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also moves some code to separate files, in the hopes that
tarpaulin understands them.
</pre>
</div>
</content>
</entry>
</feed>
