Skip to content

Commit 8422b64

Browse files
committed
Added README
1 parent 3196fcb commit 8422b64

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Diff for: README.markdown

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
QLMarkdownPython
2+
================
3+
4+
A Quick Look generator for [Markdown][0] files, using [markdown2.py][1].
5+
6+
[0]: http://daringfireball.net/projects/markdown/
7+
[1]: http://code.google.com/p/python-markdown2/
8+
9+
This generator uses the PyObjC bridge to natively call a Python implementation of Markdown, rather than hacking around with subprocesses and pipes, etc.
10+
11+
12+
Installing
13+
----------
14+
15+
Run 'make' in the Plugin directory, build the project in Xcode, then put the resulting .qlgenerator bundle in ~/Library/QuickLook

0 commit comments

Comments
 (0)