You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In patterns (see http://patternslib.com ) we use pagedown to render markdown
and insert it into an existing page. In order to get header levels correct we
want to use the preferred HTML 5 approach: instead of creating h1-h6 elements
we use nested sections, each of which has a h1.
In order to do this I modified pagedown to take a new rendering mode parameter
which is used to tweak the header conversion.
Original issue reported on code.google.com by [email protected] on 1 Feb 2013 at 3:06
Original issue reported on code.google.com by
[email protected]
on 1 Feb 2013 at 3:06Attachments:
The text was updated successfully, but these errors were encountered: