aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_section.py
AgeCommit message (Collapse)Author
2013-07-13Fixes tests that had been skippedSean Brant
2013-07-13Fixes #4. Sections missing a reference are now ignored.Sean Brant
2013-03-14Adds optional syntax to example blocksSean Brant
This is helpful when you need to add a modifier call to template that might not otherwise have a class. Instead of displaying class="" you can wrap wrap the class []? which will strip it out of the section example but leave it in the modifier examples. <a href="#"[ class="$modifier_class]?>Link</a>
2013-03-13Adds support for adding examples inside commentsSean Brant
2013-03-09Initial ImportSean Brant