A WordPress plugin that helps you create Style Guide pages/posts for quicker theme development and validation via a simple shortcode.
Simply add this shortcode into any page/post:
[html-styleguide]
and you will get static HTML with the following elements:
- Headings:
h1-h6 - Text block elements:
p,blockquote,a,strong,em - Lists:
ol(li),ul(li),dl(dt,dd) - Tables:
table,thead,tbody,tr,th,td