My Rust Markdown Parser
This is a simple Markdown parser written in Rust. It is designed to read Markdown files and convert to diffrent file formats.
Installation
To use this parser, add the following line to your Cargo.toml file:
[]
= { = "https://gitlab.com/sese1402/markdown-parser/"}
Usage
convert to AST Model
use parse_to_ASTModel;
Features
- convert to AST Model
- future: convert to html, pdf and doc file
- future: css Model system
- future: support for tailwind and scss