Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.25 KB

README.md

File metadata and controls

26 lines (14 loc) · 1.25 KB
DownMark

DownMark Converter

Welcome to the DownMark Converter project! This React application allows users to seamlessly convert text to Markdown and HTML formats.

Features

Convert plain text to HTML Convert HTML to Markdown Intuitive UI for easy conversions. Powered by renowned libraries like markdown-it and turndown Multilingual support (Currently available only in French 🇫🇷, more languages coming soon!)

Installation and Setup Clone the repository:

Copy code

DownMark Converter Welcome to the DownMark Converter project! This React application allows users to seamlessly convert text to Markdown and HTML formats.

Features Convert plain text to HTML Convert HTML to Markdown Intuitive UI for easy conversions Powered by renowned libraries like markdown-it and turndown Multilingual support (Currently available only in French 🇫🇷, more languages coming soon!) Installation and Setup Clone the repository:

git clone <repository_url> Navigate to the project directory:

cd path_to_directory/DownMark Install the required dependencies:

npm install Run the project:

npm start The application will start, and you can access it at http://localhost:3000 or the port specified.