[ANN] Markdown.pl 1.0.2b4

A. Pagaltzis pagaltzis at gmx.de
Mon Sep 19 14:43:58 EDT 2005


* Aaron Swartz <me at aaronsw.com> [2005-09-19 20:15]:

> RFC 3986 defines it thusly:

>

> scheme = ALPHA *( ALPHA / DIGIT / "+" / "-" / "." )


Interesting. That 100% correctness would be as simple as
`[A-Za-z][A-Za-z0-9+.-]*` is a surprise. I expected something
similarly complex as DNS names, which allow only certain
sequences of punctuation, so I didn’t bother to look it up,

Thanks for going to the trouble.

Regards,
--
Aristotle Pagaltzis // <http://plasmasturm.org/>


More information about the Markdown-Discuss mailing list