Skip to content

TheVivekYadav/markdownPreview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Markdown Previewer

This is a simple Markdown Previewer built using JavaScript. It allows users to write and preview Markdown in real time.

Features

  • πŸ“ Real-time preview of Markdown
  • πŸ’‘ Syntax highlighting for code blocks
  • πŸ”„ Supports GitHub Flavored Markdown (GFM)
  • 🧹 Clear editor button to reset the input

Tech Stack

How to Use

  1. Open index.html in a browser.
  2. Start typing Markdown in the editor.
  3. See the preview update instantly.
  4. Click the Clear button to reset the editor.

Screenshots πŸ“Έ

pc Version Mobile Version

Deployment 🌐

Click here to use

Example Markdown

# Hello World

This is a **markdown** _previewer_.

## Features

- Real-time preview
- Support for basic Markdown
- Syntax highlighting

```javascript
const greeting = "Hello, world!";
console.log(greeting);

Visit GitHub


Feel free to modify and improve it! πŸš€

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published