https://github.com/nezutero/md2html
https://github.com/nezutero/md2html
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nezutero/md2html
- Owner: nezutero
- License: mit
- Created: 2023-10-12T21:34:53.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T15:22:05.000Z (about 1 year ago)
- Last Synced: 2025-01-24T06:11:24.049Z (9 months ago)
- Language: Rust
- Homepage:
- 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
## Features
- Converts Markdown files to HTML.
- Provides a command-line interface for easy conversion.
- Handles basic Markdown formatting.
- It uses the `pulldown-cmark` library for parsing Markdown and generating HTML.## Installation
```sh
git clone https://github.com/nezutero/md-to-html
``````sh
cargo build --release
``````sh
cargo run --bin mdtohtml
```## Example
```sh
cargo run --bin markdown_to_html_converter
[+] enter the path to the Markdown file: example.md
[SUCCESS] HTML file created at: example.html
```## Contributing
- Pull requests are welcome, for major changes, please open an issue first to
discuss what you would like to change.- Please make sure to update tests as appropriate.
## License
- [MIT](https://choosealicense.com/licenses/mit/)