Skip to content

support HTML definition lists (<dl>, <dt>, and <dd>) #172

@chrispy-snps

Description

@chrispy-snps

Support HTML definition lists, such as:

<dl>
  <dt>term 1</dt>
  <dd>
    <p>This is a definition of term 1.</p>
  </dd>
  <dt>term 2</dt>
  <dd>
    <p>This is a definition of term 2.</p>
  </dd>
</dl>

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions