Support HTML definition lists, such as: ```html term 1 This is a definition of term 1. term 2 This is a definition of term 2. ``` The widely-used Pandoc utility supports definition lists: https://pandoc.org/MANUAL.html#definition-lists using the PHP Markdown Extra syntax: https://michelf.ca/projects/php-markdown/extra/#def-list