active questions tagged hcalendar - Stack Overflowmost recent 30 from stackoverflow.com2009-11-28T04:12:21Zhttp://stackoverflow.com/feeds/tag/hcalendarhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/192538/in-the-hcalendar-microformat-what-markup-is-allowed-in-a-description1In the hCalendar microformat, what markup is allowed in a description?Joe Lencioni2008-10-10T18:22:54Z2008-10-11T12:15:34Z
<p>I am working on a calendar application that outputs a list of events in <a href="http://microformats.org/wiki/hcalendar" rel="nofollow">hCalendar format</a>. This includes an element that has a class of "<code>description</code>" which should be used for the event's description. My question is, <strong>what markup is allowed in my hCalendar event's description?</strong></p>
<p>I found one example on the hCalendar website that showed a description with <code><br /></code> tags in it, but every other example was brief and had no additional markup in the description.</p>