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.
- 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.
- HTML
- CSS
- JavaScript
- Marked.js for Markdown parsing
- highlight.js for syntax highlighting
- highlightjs-line-numbers.js for line numbers in code blocks
- Particles.js for particle animation
- Clone the repository:
git clone https://github.com/Anthony01M/textformater.git
- Navigate to the project directory:
cd textformater
- Open
index.html
in your browser to view the application.
- Enter Markdown text in the first textarea.
- View the converted HTML in real-time in the output section.
- Enter custom CSS in the second textarea and click the "Apply CSS" button to style the HTML output.
- Click the "Copy HTML" button to copy the HTML output to the clipboard.
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.