Skip to content

ww24/mace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0e719b9 · Mar 17, 2015

History

85 Commits
Nov 30, 2014
Mar 17, 2015
Dec 26, 2014
Oct 13, 2014
Dec 26, 2014
Oct 14, 2014
May 31, 2014
Nov 30, 2014
May 29, 2014
Sep 8, 2014
Dec 26, 2014
Dec 26, 2014
May 31, 2014
Mar 17, 2015
May 30, 2014

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