open-wc / custom-elements-manifest

Custom Elements Manifest is a file format that describes custom elements in your project.
https://custom-elements-manifest.open-wc.org/
226 stars 37 forks source link

code blocks with annotated event break JSDoc parsing #260

Open tpluscode opened 2 weeks ago

tpluscode commented 2 weeks ago

Checklist

Completing the items above will greatly improve triaging time of your issue.

Expected behavior

I can have code blocks in JSDoc of a component. When in a code block I use annotated event using the @event syntax, the JSDoc is broken

repro