Markdown and the hCal microformat
Milian Wolff
mail at milianw.de
Thu Aug 3 15:16:05 EDT 2006
Am Donnerstag, 03. August 2006 19:55 schrieb Michael McCracken:
> <div class="vcalendar"><span class="vevent">
> <span class="summary">Big Meeting </span>
> <abbr class="dtstart" title="23rd June 2002">23rd June 2002</
> abbr></span>
> <span class="location">Room 200, Bldg 3</span>
> </div>
>
> <div class="vcalendar"><span class="vevent">
> <span class="summary">World Cup game</span>
> <abbr class="dtstart" title="10am">10am</abbr></span>
> - <abbr class="dtend" title="2pm">2pm</abbr></span>
> </div>
I don't get the semantics of this markup - <abbr> stands for abbrevations!
I would prefer a <dl> (definition list) like the following:
<dl class="vcalendar">
<dt>Title
<span class="dtstart">10:00am</span>
<span class="dtend">2:00pm</span>
</dt>
<dd>Summary</dd>
</dl>
And to the general idea: I think markdown should become extensible (the php oo
version is already?) - and this would perfectyl fit into an extension.
Nothing for the main package though.
--
Milian Wolff
http://milianw.de
More information about the Markdown-Discuss
mailing list