We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<dl>
<dt>
<dd>
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
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Support HTML definition lists, such as:
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
The text was updated successfully, but these errors were encountered: