Feature request: preserve GFM alert blocks in JSDoc descriptions
When a JSDoc description contains a GFM alert block like:
/**
* > [!NOTE]Please Note
* > Some important note.
* > More details here.
*/
The current formatter collapses the lines.
/**
* > [!NOTE]Please Note Some important note. More details here.
*/
Expected behavior: alert blocks should be left as-is.
Feature request: preserve GFM alert blocks in JSDoc descriptions
When a JSDoc description contains a GFM alert block like:
The current formatter collapses the lines.
Expected behavior: alert blocks should be left as-is.