Skip to content

ww24/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

Config

config/default.yml

For example it can change the theme.

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