MarkdUp is an online Markdown editor powered by React + Redux.
- Dual HTML + Markdown editors
- Sytax highlighting, error checking
- Mobile friendly
Type some Markdown on the left and see your preview on the right. Want to work in HTML instead? Click the code icon in the editor header.
Click the gear icon in the header to adjust the options below.
Setting | Description |
---|---|
Auto Save |
Save session in browser on update |
Live Complete |
Show HTML syntax popup on typing |
Split View |
Display dual editors (HTML + Markdown) |
Sync Editors |
Update contents of editors to match |
Reset Session |
Remove all data from browser |
To work locally and extend Markdup follow these steps.
- Clone the repo from Github
git clone https://github.com/alexcasche/markdup
- Install the dependencies
npm install or yarn install
- Start test suite
npm test or yarn run test
- Launch development server
npm start or yarn start
Markdup was built with the following libraries