Skip to content

A WordPress plugin that lets you easily create basic HTML Styleguide pages for quicker theme development and validation.

Notifications You must be signed in to change notification settings

cambot/simple-html-styleguide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Simple HTML Style Guide

A WordPress plugin that helps you create Style Guide pages/posts for quicker theme development and validation via a simple shortcode.

Usage

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

About

A WordPress plugin that lets you easily create basic HTML Styleguide pages for quicker theme development and validation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages