A few people have asked how to get Textile working in Marked. You need to have a Textile converter available from the command line. There are a few options, including Pandoc, but the two easiest I’ve found are RedCloth for Ruby and Textile for Perl (requires that the Developer Tools be installed). Install one or the other:
- Install Textile from https://github.com/bradchoate/text-textile OR
sudo gem install RedCloth
in Terminal. - Set your preferences like this for the Perl version. Use
/usr/bin/redcloth
for RedCloth.
Note: your install paths may differ. You can determine the correct path using which textile
or which redcloth
in the Terminal.
Now Marked is a Textile previewer for you!