hosseinmd / prettier-plugin-jsdoc

A Prettier plugin to format JSDoc comments.
MIT License
228 stars 29 forks source link

Avoid breaking inline code blocks #188

Closed krzkaczor closed 11 months ago

krzkaczor commented 1 year ago

I noticed that the plugin can break paragraphs by splitting inline code block (``) into multiple lines. This breaks tsdoc parser (I am not sure sure about jsdoc).

I also took liberty of improving the output for build script.

krzkaczor commented 1 year ago

@hosseinmd please don't merge yet. I still need to push some improvements as I spotted some issues.

krzkaczor commented 1 year ago

@hosseinmd i decided to use prettier to format paragraphs 🤔 I am curious about your opinion on this, unfortunately, it results in some breaking changes.

hosseinmd commented 1 year ago

I have a concern about maxWidth, is it correct? could you check it?