<h1 align="center">Sharkdown</h1>
<div align="center">
<strong>
Markdown parser written in Rust
</strong>
</div>
<br />
<div align="center">
<a href="https://crates.io/crates/sharkdown">
<img src="https://img.shields.io/crates/v/sharkdown.svg?style=flat-square"
alt="Crates.io version" />
</a>
<a href="https://crates.io/crates/sharkdown">
<img src="https://img.shields.io/crates/d/sharkdown.svg?style=flat-square"
alt="Download" />
</a>
<a href="https://docs.rs/sharkdown">
<img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square"
alt="docs.rs docs" />
</a>
</div>
<div align="center">
<h3>
<a href="https://docs.rs/sharkdown">
API Docs
</a>
<span> | </span>
<a href="https://github.com/mblode/sharkdown/blob/main/CONTRIBUTING.md">
Contributing
</a>
<span> | </span>
<a href="https://github.com/mblode/sharkdown">
Repo
</a>
</h3>
</div>
Stark is a Markdown parser written in Rust. It comes with a simple command-line tool, useful for rendering to HTML, and is also designed to be easy to use from as a library.