Tzu-ping Chung 8c7c03686d Add Bootstrap 3 theme
Patched, customized, minimized Bootstrap 3 CSS file. Supports:

* Print media
* Typography
* Code
* Tables
* Labels
* Badges
* Responsive embed

To adapt Bootstrap theme, table syntax is modified to generate
<table class="table"> instead of just <table>. Not sure whether
this is the best approach, though. Front-matter also now has
class="table".
2014-09-08 00:16:53 +08:00
2014-08-25 11:55:29 +08:00
2014-07-17 16:00:15 +08:00
2014-09-08 00:16:53 +08:00
2014-09-08 00:16:53 +08:00
2014-09-04 15:50:40 +08:00
2014-08-21 13:57:07 +08:00
2014-06-27 11:45:33 +08:00
2014-07-07 14:46:34 +08:00
2014-08-24 21:37:41 +08:00

MacDown

Build Status

MacDown is an open source Markdown editor for OS X, released under the MIT License. The author stole the idea from Chen Luos Mou so that people can make crappy clones.

Visit the project site for more information, or download MacDown.app.zip directly from the latest releases page.

License

MacDown is released under the terms of MIT License. You may find the content of the license here, or inside the LICENSE directory.

You may find full text of licenses about third-party components inside in the LICENSE directory, or the About MacDown panel in the application.

The following editor themes and CSS files are extracted from Mou, courtesy of Chen Luo:

  • Mou Fresh Air
  • Mou Fresh Air+
  • Mou Night
  • Mou Night+
  • Mou Paper
  • Mou Paper+
  • Tomorrow
  • Tomorrow Blue
  • Tomorrow+
  • Writer
  • Writer+
  • Clearness
  • Clearness Dark
  • GitHub
  • GitHub2

Development

If you wish to build MacDown yourself, you will need Git and Cocoapods. After you clone the repository, run the following command inside the repository root (directory containing this README.md file):

git submodule update --init --recursive
pod install

and open MacDown.xcworkspace in Xcode. The first command intialise the dependency submodule(s) used in MacDown; the second one installs dependencies managed by Cocoapods.

Refer to the official guides of Git and Cocoapods if you need more instructions. If you run into build issues later on, try running those commands again to update the dependencies.

Languages
JavaScript 77.9%
Rich Text Format 11.3%
Objective-C 6.5%
C 3.2%
CSS 0.6%
Other 0.4%