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

https://github.com/rededge967/mdown-editor

A markdown editor playground with preview panel written in Angular with html5, css3 and javascript
https://github.com/rededge967/mdown-editor

markdown markdown-editor markdown-parser markdown-playground markdown-viewer playground web-based web-based-application web-editor

Last synced: 4 months ago
JSON representation

A markdown editor playground with preview panel written in Angular with html5, css3 and javascript

Awesome Lists containing this project

README

          

# MDown Editor
A markdown editor playground with preview panel written in Angular with html5, css3 and javascript



# Built with
- **[marked](https://github.com/chjj/marked)** for Parsing Markdown
- **[angular-marked](https://github.com/Hypercubed/angular-marked)** for easier usage of *marked*
- **[highlight-js](https://github.com/isagalaev/highlight.js)** for code highlighting
- **[github-markdown-css](https://github.com/sindresorhus/github-markdown-css)** for beautifying markdown output
- **[highlight-js css](https://github.com/isagalaev/highlight.js/tree/master/src/styles)** for beautifying code output

# How to run?
## Running `online`
- open a browser window
- Go to https://rededge967.github.io/mdown-editor

## Running `offline`
- Go to the [releases](https://github.com/RedEdge967/mdown-editor/releases) of this repo
- Download the latest version (Download the `source code (zip)` file)
- Extract the folder
- Run `Index.html` on your browser

![MDown Editor](https://user-images.githubusercontent.com/91379432/155248594-05ffaa5e-29d4-4935-b681-ebdfd2ba8796.png)
*Used https://browserframe.com to make the upper image.*

# Can I Contribute?
- Sure. Open an issue, point out errors and what not? wanna fix something yourself, open a PR and I appreciate it.

> If you have found this open source as a helpful project, please consider supporting this project by starring this repo and fork too...