standalone markdown
mike
mikereape at onetel.com
Fri Dec 14 11:29:45 EST 2012
On 14/12/2012 15:09, Clint Laskowski wrote:
> Or, you can switch to Windows and use MarkdownPad
> (http://markdownpad.com/).
>
> ;-)
>
>
> -- Clint
>
> *Clint Laskowski, CISSP, CISM*
>
> email: clint.laskowski at gmail.com <mailto:clint.laskowski at gmail.com>
> blog: http://clintlaskowski.com
> twitter: @Clint326 <http://twitter.com/clint326>
>
>
>
>
> On Fri, Dec 14, 2012 at 8:28 AM, Rob McBroom <mailinglist0 at skurfer.com
> <mailto:mailinglist0 at skurfer.com>> wrote:
>
> On Dec 13, 2012, at 7:43 PM, mike <mikereape at onetel.com
> <mailto:mikereape at onetel.com>> wrote:
>
> > That all sounds great but from what I've read TextWrangler only
> runs on Mac OSX. I'm basically an emacs user. That shouldn't
> matter though if I set up the basic perl script you to refer to as
> something I can run from the command line.
>
> There are numerous command-line options.
>
> You can download the original Perl implementation from Daring
> Fireball.
>
> http://daringfireball.net/projects/markdown/
>
> You can install the Markdown module for Python (which is my
> preference).
>
> pip install Markdown
>
> That should put a script called `markdown_py` in `/usr/local/bin`.
> (The location depends on your setup.) There's probably a package
> for Fedora called python-markdown if you prefer that method.
>
> Or, you can get the PHP implementation and create a minimal
> wrapper script that uses it to parse a file.
>
> http://michelf.ca/projects/php-markdown/
>
> And I'm sure there are many others.
>
> --
> Rob McBroom
> <http://www.skurfer.com/>
>
> _______________________________________________
> Markdown-Discuss mailing list
> Markdown-Discuss at six.pairlist.net
> <mailto:Markdown-Discuss at six.pairlist.net>
> http://six.pairlist.net/mailman/listinfo/markdown-discuss
>
>
>
>
> _______________________________________________
> Markdown-Discuss mailing list
> Markdown-Discuss at six.pairlist.net
> http://six.pairlist.net/mailman/listinfo/markdown-discuss
Thanks to everybody for the suggestions. In the end all I had to do was
something like "perl Markdown.pl <markdown file> > out.html. It seems
to work fine.
Thanks again,
Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://six.pairlist.net/pipermail/markdown-discuss/attachments/20121214/08bb10ca/attachment-0001.htm>
More information about the Markdown-Discuss
mailing list