Closed Jnosh closed 1 year ago
Attributes not recognized on a callout ending in a code block:
>This doesn't work: > >``` >Lorem ipsum dolor sit amet. >``` { .class }
Instead an empty paragraph with the given attributes is inserted at the end of the callout.
If there is any content after the code block, the attributes are correctly attached to the callout.
>But this does: > >``` >Lorem ipsum dolor sit amet. >``` >... because of the content after the code block... { .class }
Related to #19
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Attributes not recognized on a callout ending in a code block:
Instead an empty paragraph with the given attributes is inserted at the end of the callout.
If there is any content after the code block, the attributes are correctly attached to the callout.