Skip to content

Anthony01M/textformatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Formatter

This project is a Markdown to HTML Converter that allows users to input Markdown text and view the converted HTML in real-time. The application also includes features to apply custom CSS to the HTML output and copy the HTML to the clipboard. The background features a particle animation for visual enhancement.

Features

  • Convert Markdown text to HTML in real-time.
  • Apply custom CSS to the HTML output.
  • Copy the HTML output to the clipboard.
  • Particle animation background.
  • Syntax highlighting with line numbers for code blocks.

Technologies Used

Installation

  1. Clone the repository:
    git clone https://github.com/Anthony01M/textformater.git
  2. Navigate to the project directory:
    cd textformater
  3. Open index.html in your browser to view the application.

Usage

  1. Enter Markdown text in the first textarea.
  2. View the converted HTML in real-time in the output section.
  3. Enter custom CSS in the second textarea and click the "Apply CSS" button to style the HTML output.
  4. Click the "Copy HTML" button to copy the HTML output to the clipboard.

License

This project is licensed under the MIT License. See the LICENSE file for details.


This project is part of my portfolio. Feel free to check out my other projects on GitHub.