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

Fix nested directives within a list #421

Merged
merged 4 commits into from
Feb 5, 2025
Merged

Conversation

reakaleek
Copy link
Member

@reakaleek reakaleek commented Feb 5, 2025

Closes #417

Input

:::::{dropdown}

- List Item 1
- List Item 2
  - Sub List Item 1 
  - Sub List Item 2
  
  Hello, World!
  :::{note}
  Hello, World!
  :::

## What

:::::

Result

image

@reakaleek reakaleek requested a review from a team February 5, 2025 06:52
@reakaleek reakaleek merged commit 7ec2d91 into main Feb 5, 2025
5 checks passed
@reakaleek reakaleek deleted the feature/fix-nested-directives branch February 5, 2025 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Admonition renders incorrectly in a list
2 participants