This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Michael Dominic K (author)
Tue Feb 10 05:25:53 -0800 2009
commit 9f3ec4bdc53763bdca9553b4935667bd8c7141a4
tree 1f04bacce5d20e03161979bb0874239e0fd0eed6
parent f6ae4e816647e99759c1c6219877b2eefa098c5b
tree 1f04bacce5d20e03161979bb0874239e0fd0eed6
parent f6ae4e816647e99759c1c6219877b2eefa098c5b
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Feb 10 05:47:16 -0800 2009 | |
| |
English.lproj/ | Mon Jul 07 17:46:39 -0700 2008 | |
| |
GeneratePreviewForURL.m | Mon Jul 07 17:46:39 -0700 2008 | |
| |
GenerateThumbnailForURL.m | Mon Jul 07 17:46:39 -0700 2008 | |
| |
Info.plist | ||
| |
QLMarkdown.xcodeproj/ | Tue Feb 10 09:39:16 -0800 2009 | |
| |
Readme.markdown | Tue Feb 10 09:38:33 -0800 2009 | |
| |
discount/ | Tue Feb 10 09:38:33 -0800 2009 | |
| |
main.c | Mon Jul 07 17:46:39 -0700 2008 | |
| |
markdown.h | Mon Jul 07 17:46:39 -0700 2008 | |
| |
markdown.m | Tue Feb 10 09:39:16 -0800 2009 | |
| |
styles.css | Tue Feb 10 09:39:16 -0800 2009 |
Readme.markdown
QLMarkdown
by Phil Toland http://fiatdev.com
fixes and improvements by Michael Dominic K. http://www.mdk.org.pl
Introduction
QLMarkdown is a simple QuickLook generator for Markdown files. It renders a preview of the selected Markdown file using Discount -- a C implementation of John Gruber's Markdown.pl script.
For more information on Markdown see http://daringfireball.net/projects/markdown/.
Installation
Simply copy QLMarkdown.qlgenerator to ~/Library/QuickLook or /Library/QuickLook.
To uninstall, drag QLMarkdown into the trash.
Source Code
Source code is available at http://github.com/toland/qlmarkdown.
License
The QLMarkdown code is distributed under the same terms as Discount. See
the file discount/COPYRIGHT for more information.
Version History
Version 1.0 - July 15, 2008
- Initial release.








