<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markdown-rs/tests/test_utils, 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>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>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>Add a lot of tests on how mdast, unist work</title>
<updated>2022-10-13T14:53:10+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2022-10-13T14:52:44+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=e0ca78397ea34cde06ab8257a8481afc812d344f'/>
<id>e0ca78397ea34cde06ab8257a8481afc812d344f</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 internals to compile JSX away (wip)</title>
<updated>2022-10-12T15:40:01+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2022-10-12T15:40:01+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=54d84a4fd326dcfae871e203d673d55cbf40a279'/>
<id>54d84a4fd326dcfae871e203d673d55cbf40a279</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 internals to accept mutable references</title>
<updated>2022-10-11T14:33:15+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2022-10-11T14:33:15+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=04e20a76e8022e3c1157314f598b765e9e073dcc'/>
<id>04e20a76e8022e3c1157314f598b765e9e073dcc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor test utilities to improve names</title>
<updated>2022-10-11T14:27:38+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2022-10-11T14:27:38+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=e484d1ecc5e405259767c0fd84072226fee40b71'/>
<id>e484d1ecc5e405259767c0fd84072226fee40b71</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 use a bunch of `into`</title>
<updated>2022-10-11T13:45:50+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2022-10-11T13:45:50+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=73d8609565b808ac73df5ac34e6d4f7f23c25ad6'/>
<id>73d8609565b808ac73df5ac34e6d4f7f23c25ad6</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 hidden internals</title>
<updated>2022-10-11T12:06:54+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2022-10-11T12:06:50+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=1d8e2b373b5e347a89f05e36c73b04487e04bead'/>
<id>1d8e2b373b5e347a89f05e36c73b04487e04bead</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 proper positional info in swc tree</title>
<updated>2022-10-11T07:55:16+00:00</updated>
<author>
<name>Titus Wormer</name>
<email>tituswormer@gmail.com</email>
</author>
<published>2022-10-11T07:54:56+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/markdown-rs/commit/?id=a4b56e7b971fa81c56a59b465f90c8016f01320d'/>
<id>a4b56e7b971fa81c56a59b465f90c8016f01320d</id>
<content type='text'>
*   Fix some positional info in SWC error messages
*   Add positional info in `to_document` on duplicate layouts
*   Add support for `path` on `Program` (`to_swc`, `to_document`, `jsx_rewrite`),
    for the path of a file on disk
*   Add support for `development` to `jsx-rewrite`, which when defined will embed
    info on where tags were written into the runtime code when they are not passed
*   Refactor to move some utilities to `micromark_swc_utils.rs`, `swc_utils.rs`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*   Fix some positional info in SWC error messages
*   Add positional info in `to_document` on duplicate layouts
*   Add support for `path` on `Program` (`to_swc`, `to_document`, `jsx_rewrite`),
    for the path of a file on disk
*   Add support for `development` to `jsx-rewrite`, which when defined will embed
    info on where tags were written into the runtime code when they are not passed
*   Refactor to move some utilities to `micromark_swc_utils.rs`, `swc_utils.rs`
</pre>
</div>
</content>
</entry>
</feed>
