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

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

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.

![](https://img.shields.io/node/v/passport.svg)

## Screenshots:

![](1.png)
> Markdown syntax rules.

![](2.png)
> Markdown result and highligted text.

![](3.png)
> 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
```