Open
Description
Description
Input like the following causes the issue:
Hi there.
<!--
@test
-->
In contrast, this renders correctly:
Hi there.
<!--
test
-->
It seems like DocC is trying to parse an @
directive block in the middle of the comment.
Checklist
- If possible, I've reproduced the issue using the
main
branch of this package. - This issue hasn't been addressed in an existing GitHub issue.
rdar://101144032