Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
chrispy-snps opened this issue Dec 31, 2024 · 0 comments · May be fixed by #173
Open

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

chrispy-snps opened this issue Dec 31, 2024 · 0 comments · May be fixed by #173

Comments

@chrispy-snps
Copy link
Collaborator

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

@chrispy-snps chrispy-snps changed the title support definition lists (<dl>, <dt>, and <dd>) support HTML definition lists (<dl>, <dt>, and <dd>) Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant