hosseinmd / prettier-plugin-jsdoc

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

markdown lists are squashed #189

Closed wmertens closed 1 year ago

wmertens commented 1 year ago

I have "jsdocExperimentalFormatCommentsWithoutTags": true.

/**
 * Foo
 *
 * - hi
 * - there.
 */

becomes

/**
 * Foo
 *
 * - hi - there.
 */

Would it be possible to retain the markdown formatting?

Thanks once again for your awesome plugin :heart:

hosseinmd commented 1 year ago

prettier-plugin-jsdoc full supported markdown you don't need to add jsdocExperimentalFormatCommentsWithoutTags

Make sure you installed right plugin