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
- Host: GitHub
- URL: https://github.com/shanmukhateja/markdown-rs
- Owner: shanmukhateja
- License: mit
- Created: 2022-09-17T06:26:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T17:05:41.000Z (over 2 years ago)
- Last Synced: 2025-01-19T09:25:36.645Z (4 months ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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