https://github.com/harshmandan/simple-markdown-webapp
A simple web-app which lets users markdown, highlight and comment on input text
https://github.com/harshmandan/simple-markdown-webapp
Last synced: 6 months ago
JSON representation
A simple web-app which lets users markdown, highlight and comment on input text
- Host: GitHub
- URL: https://github.com/harshmandan/simple-markdown-webapp
- Owner: harshmandan
- License: gpl-3.0
- Created: 2018-05-30T07:23:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T17:25:47.000Z (about 8 years ago)
- Last Synced: 2025-10-08T14:51:45.837Z (10 months ago)
- Language: HTML
- Size: 92.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple-Markdown-Webapp
> A markdown editor has following features:
> * Underline
> * Large
> * Bold
> It also supports after markdown highlighting and commenting.

## Screenshots:

> Markdown syntax rules.

> Markdown result and highligted text.

> Adding comment to a line.
## Requirements & Set-up
NodeJS
ExpressJS
After putting all files in a folder go to console:
```sh
npm install
node server.js
```