Skip to content

kawazrepos/mace

 
 

Repository files navigation

Mace Build Status Coverage Status

Mace = Markdown editor powered by Ace.

Live Demo

Feature

  • Markdown Syntax Highlight
  • Markdown Preview
  • Markdown Extra syntax support (coming soon)
  • GUI for Markdown syntax

Usage

Ref: example/index.html

How to build

  1. npm install
  2. npm start
  3. open example/index.html

Test

  1. install PhantomJS and Firefox
  2. npm test

Coverage

  1. install PhantomJS
  2. npm run coverage
  3. open coverage/~/lcov-report/index.html

License

MIT

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.5%
  • CoffeeScript 20.5%