hey-red / Markdown

Open source C# implementation of Markdown processor, as featured on Stack Overflow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for HTML5 semantic elements

GoogleCodeExporter opened this issue · comments

Elements such as <header>, <footer>, <aside>, <article>, <section>, and 
<hgroup> are all useful when using Markdown. It would be nice to have an 
addition to the spec that supports these elements. The exact syntax should 
certainly be debated a bit. I am hoping to begin work on a Ruby library (or 
additions to existing ones) to add HTML5 support and I would like to have us 
agree on a syntax.

Original issue reported on code.google.com by james.a....@gmail.com on 17 Oct 2010 at 5:22

Original comment by wump...@gmail.com on 12 Nov 2010 at 9:03

  • Added labels: Priority-Low, Type-Enhancement
  • Removed labels: Priority-Medium, Type-Defect