Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adityasinghvats/visual-markdown

A live markdown to HTML / Text convertor built to preview markdown ( .md ) files before making attractive README files.
https://github.com/adityasinghvats/visual-markdown

css ejs express html nodejs showdownjs

Last synced: 2 days ago
JSON representation

A live markdown to HTML / Text convertor built to preview markdown ( .md ) files before making attractive README files.

Awesome Lists containing this project

README

        

# Realtime Markdown Editor 🪃 😸

### What is this?

Type your markdown into the box on the left and immediately see if on the box on the right.

### How to use this? 🔽

* Clone the repo using `git clone https://github.com/Adityasinghvats/Visual-MarkDown.git`.

* Open the project in VS Code and go the root directory.

* Run the server using `node server.js`.

* Access the editor at `localhost:8000`.

### How was this built? 🤔

This website uses the following to work:

- [Showdown](https://github.com/showdownjs/showdown) - Converts markdown text to beautiful HTML
- [Node.js](https://nodejs.org/) - backend framework
- [Twitter Bootstrap](http://getbootstrap.com/) - makes everything a little prettier

### Demo 😲
![Screenshot 2025-01-21 232346](https://github.com/user-attachments/assets/9b261d2d-24f0-44d0-8313-005db67bacc2)