aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extensions-x-def_list
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a silly bug in Definition List extension. Also added tests. As this ↵Waylan Limberg2008-11-052-0/+1616
| | | | extension modifies the core, we should test that all core parseing still works properly. Thanks for the report John Szakmeister.
* Fixed Definition List extension to not wrap the content of defs in p tags ↵Waylan Limberg2008-11-041-9/+3
| | | | when appropriate.
* Added support to Definition List extension for blank lines between terms and ↵Waylan Limberg2008-11-042-0/+41
| | | | first def. Includes tests. That was easier than expected.
* Added Definition List extension. This is a first draft. A few more advanced ↵Waylan Limberg2008-11-042-0/+72
features in PHP's implementation don't work yet. Most notably a blank line between a term and its first definition will break things. See the included test for what works.