# Markdown Converter Markdown Converter is a simple HTML to Markdown converter and flavored Markdown to Discord Markdown converter. It is designed to be simple and quick, mainly for personal use, but feel free to use it and contribute if you like. ## Features - Convert Anilist Markdown syntax to discord Markdown syntax. - Convert HTML to discord Markdown syntax. - Convert Steam api output to discord Markdown syntax. ## Usage ### Installation Add the following to your Cargo.toml file: ```toml [dependencies] markdown_converter = "0.3.0" ``` ## Contributing Contributions are welcome! Please feel free to submit a Pull Request.