An open API service indexing awesome lists of open source software.

https://github.com/shanmukhateja/markdown-rs

A simple Markdown parser written in Rust
https://github.com/shanmukhateja/markdown-rs

Last synced: 3 months ago
JSON representation

A simple Markdown parser written in Rust

Awesome Lists containing this project

README

        

# markdown-rs

A simple Markdown parser written in Rust

> This is alpha level software and may have bugs!

## Features

The library supports following features:

1. Heading
2. Bold
3. Codeblock - Inline & Multiline

## Usage

Please look at `src/tests.rs` for usage information.

## License

MIT