Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.64 KB

Readme.md

File metadata and controls

55 lines (34 loc) · 1.64 KB

MD2SITE 📝➡️🖥️

Welcome to the Markdown to HTML Converter! This powerful tool empowers you to effortlessly transform your Markdown files into beautifully rendered HTML documents with just a few clicks. ✨

Features 🚀

  • Simple Command-line Interface: Easily convert Markdown files to HTML with a straightforward command-line interface.
  • Customizable Output: Specify input and output directories to tailor the conversion process to your needs.
  • Markdown to HTML Conversion: Utilizes the robust blackfriday library to ensure accurate and reliable Markdown to HTML conversion.
  • Efficient Processing: Quickly process multiple Markdown files in batch, saving you time and effort.
  • Error Handling: Comprehensive error handling ensures smooth operation even in the face of unexpected issues.

Getting Started 🛠️

Prerequisites 📋

Before getting started, ensure you have the following prerequisites installed:

Installation 💻

  1. Clone the repository:

    git clone https://github.com/dresta-V/MD2SITE.git
  2. Navigate to the project directory:

    cd MD2SITE
  3. Build the project:

    go build

Usage 🚀

To convert Markdown files to HTML, use the following command-line syntax:

./MD2SITE -input <input_directory> -output <output_directory>

Contributing 🤝

Contributions are welcome! If you have any ideas for improvements or bug fixes, feel free to submit a pull request.

Acknowledgements 🙏

blackfriday: A fantastic library for Markdown parsing and HTML rendering.