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
% commonmark -xdefinition_lists ## Blah `-v`, `--version` : Print version. `-h`, `--help` : Show usage message. ^D <h2 id="blah">Blah</h2> <dl> <dt><code>-v</code>, <code>--version</code></dt> <dd> <p>Print version.</p> </dd> </dl> <dl> <dt><code>-h</code>, <code>--help</code></dt> <dd> <p>Show usage message.</p> </dd> </dl>
This produces two dls rather than one. But if you remove the heading, you get one as intended.
The text was updated successfully, but these errors were encountered:
Actually it doesn't matter if the first line is a heading. Could be anything.
Sorry, something went wrong.
Doesn't matter whether the def list is tight or loose.
Minimal repro:
x a : b c : d
Add failing definition list test for #35.
7f0fd71
b0794e2
No branches or pull requests
This produces two dls rather than one. But if you remove the heading, you get one as intended.
The text was updated successfully, but these errors were encountered: