The Ping Plan

John Gruber gruber at fedora.net
Sat May 1 00:38:23 EDT 2004


David J. Weller-Fahy <dave-lists-markdown-discuss at weller-fahy.com> wrote on 04/30/04 at 4:18p:

> I've seen some people use 
>   http://www.bleah.com.
> 
> instead of
>   http://www.bleah.com
> 
> throughout mailing lists, usenet, etc.  Is that (with the trailing
> period) a valid use?

It's "valid", but I think any software that's supposed to guess what
the actual URL is should guess that it's "http://www.bleah.com", and
that the period is not part of the URL.

If I add support for this to Markdown, and you really do want to
include a period (or comma or semi-colon) in the actual URL, then
you will have to use angle brackets to delimit it:

  <http://example.com/.>

-J.G.


More information about the Markdown-discuss mailing list