Sha256: 8bc450353070f7382055a8eb8f7308644316f4f1ee02f25fa61eee9620a8fa35
Contents?: true
Size: 707 Bytes
Versions: 8
Compression:
Stored size: 707 Bytes
Contents
section { para { "A panel is a way of boxing up groups of related contents to separate it from the rest of the document. Panels usually have a header, content body, and footer. Normal content blocks don't need to be in panels if all they are are texts or images. Panels have styling options. " } para { 'This outlines the basic structure of a panel' } highlight_code_block { %Q{ <div class=\"panel\"> <div class=\"panel-heading\"> <h2>Heading</h2> </div> <div class=\"panel-body\"> {Content} </div> <div class=\"panel-footer\"></div> </div> } } code_demo { %Q{ pane(){ } } } }
Version data entries
8 entries across 8 versions & 1 rubygems