https://github.com/aldaronlau/marksad
Markdown parsing library with all the extensions
https://github.com/aldaronlau/marksad
markdown markdown-formatting markdown-parser markdown-to-html rust-crate rust-library
Last synced: 5 months ago
JSON representation
Markdown parsing library with all the extensions
- Host: GitHub
- URL: https://github.com/aldaronlau/marksad
- Owner: AldaronLau
- License: apache-2.0
- Created: 2024-04-19T01:40:55.000Z (about 2 years ago)
- Default Branch: v0
- Last Pushed: 2025-04-24T06:41:47.000Z (about 1 year ago)
- Last Synced: 2025-11-23T23:13:55.311Z (7 months ago)
- Topics: markdown, markdown-formatting, markdown-parser, markdown-to-html, rust-crate, rust-library
- Language: Rust
- Homepage: https://docs.rs/marksad
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
Awesome Lists containing this project
README
# MarkSad
#### Mark is sad; Mark down
Markdown parser library with all the extensions
## MSRV
The MSRV is Rust 1.77, will adopt the [Ardaku MSRV policy] after Rust 1.81.
The MSRV will not be updated until then.
## License
Copyright © 2024-2025 The MarkSad Contributors.
Licensed under any of
- Apache License, Version 2.0, ([LICENSE\_APACHE] or
)
- Boost Software License, Version 1.0, ([LICENSE\_BOOST] or
)
- MIT License, ([LICENSE\_MIT] or )
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
licensed as described above, without any additional terms or conditions.
## Help
If you want help using or contributing to this library, feel free to send me an
email at .
[Ardaku MSRV policy]: https://github.com/ardaku/.github/blob/v1/profile/MSRV.md
[LICENSE\_APACHE]: https://github.com/AldaronLau/marksad/blob/v0/LICENSE_APACHE
[LICENSE\_BOOST]: https://github.com/AldaronLau/marksad/blob/v0/LICENSE_BOOST
[LICENSE\_MIT]: https://github.com/AldaronLau/marksad/blob/v0/LICENSE_MIT