Displaying 4 results from an estimated 4 matches for "orionarm".
2008 Dec 20
2
autolinking URL's
Hi,
Is there a way to have markdown automatically convert obvious (http,
mailto) URL's to links?
i.e: http://example.com -> <a href="http://example.com>http://example.com</a>
Thanks,
--
http://www.critikart.net
2007 Jan 16
3
Markdown for Wordpress?
Does anyone know which version of Markdown is best for Wordpress? I
see online that there are a few and was wondering which one people
prefer. Also, is there any chance John Gruber will write an official
Markdown plugin for Wordpress, given how popular it's becoming?
--------------------------------------------------------
robdumas at gmail.com
http://obnoxio.us/
2008 Feb 10
1
update to markdown wikis?
...would also _prefer_
one that is open source php-based sitting on a mysql base...
Fletcher is using oddmuse, and it does look interesting, but I'm
really hopeful for php given the hosting situation for the wiki I need
to install.
/david
--
david herren - shoreham, vt us na terra solsys orionarm
Once there was a time when all people believed in God and the church
ruled. This time is called the Dark Ages.
2008 Apr 01
3
HTML entities in URLs and urlencoding
We recently received the following bug report for the python-markdown
implementation:
> The "&" are escaped in URLs.
>
> An example:
> [Link](http://www.site.com/?param1=value1¶m2=value1)
>
> Should output:
> <a href="http://www.site.com/?param1=value1¶m2=value1">Link</a>
>
> Currently outputs:
> <a