Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 640 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 640 Bytes

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:

[dependencies]
markdown_converter = "0.3.0"

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.