active questions tagged hcalendar - Stack Overflow most recent 30 from stackoverflow.com 2009-11-28T04:12:21Z http://stackoverflow.com/feeds/tag/hcalendar http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/192538/in-the-hcalendar-microformat-what-markup-is-allowed-in-a-description 1 In the hCalendar microformat, what markup is allowed in a description? Joe Lencioni 2008-10-10T18:22:54Z 2008-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>&lt;br /&gt;</code> tags in it, but every other example was brief and had no additional markup in the description.</p>