Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Latest commit

 

History

History
52 lines (34 loc) · 920 Bytes

README.md

File metadata and controls

52 lines (34 loc) · 920 Bytes

Markup Editor

Markup Editor is a tiny sinatra application to render html pages from markup documents.

Features

  • Split screen view for editing and live preview
  • Multiple markups: Markdown, RDoc, Textile
  • Syntax highlighting
  • Github-like styles
  • Import gist documents

Demo

Install

Just clone the repo:

git clone git@github.com:sosedoff/markup-editor.git

And install all dependencies:

bundle install

That's it. Its ready to go.

Run

Run via Thin:

thin start -e production

Contribute

  • Fork project
  • Add features
  • Run tests
  • Send pull request

License

See LICENSE file for details