This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # require: multimarkdown | |
| # you can download from http://fletcherpenney.net/multimarkdown/download/ | |
| # install mac installer and mac support installer | |
| # after you finish the second installer, you can find the following path: | |
| property markdownloc : "/usr/local/bin/multimarkdown" | |
| property tid : AppleScript's text item delimiters | |
| set mdSource to the clipboard |