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

add missing newlines for definition lists #200

Conversation

chrispy-snps
Copy link
Collaborator

Fixes #199.

Newlines are now inserted as follows:

  • Before and after <dl> tags
  • Before <dt> tags

The updated behavior was tested with Pandoc. Unit tests are updated accordingly.

In addition, <dl>, <dt>, and <dd> tags are now included in whitespace optimization around block elements.

Signed-off-by: chrispy <chrispy@synopsys.com>
@chrispy-snps chrispy-snps requested a review from AlexVonB March 1, 2025 16:02
@chrispy-snps chrispy-snps merged commit 5122c97 into matthewwithanm:develop Mar 2, 2025
1 check passed
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 this pull request may close these issues.

Definition lists do not insert required newlines
2 participants