Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reformat breaks nested bulleted lists. #36

Closed
wfhartford opened this issue Feb 28, 2022 · 1 comment
Closed

Reformat breaks nested bulleted lists. #36

wfhartford opened this issue Feb 28, 2022 · 1 comment

Comments

@wfhartford
Copy link

Kdoc such as the following:

/**
 * Paragraph
 * * Top Bullet
 *    * Sub-Bullet
 */

Would normally be rendered as:

Paragraph

  • Top Bullet
    • Sub-Bullet

This plugin will reformat the documentation as follows:

/**
 * Paragraph
 * * Top Bullet
 * * Sub-Bullet
 */

This significantly changes the markdown rendering of the comment:

Paragraph

  • Top Bullet
  • Sub-Bullet
@tnorbye
Copy link
Owner

tnorbye commented Mar 3, 2022

Fixed in 1.4.1. Thanks for the report. (The IDE plugin is pending review in the plugin portal.)

@tnorbye tnorbye closed this as completed Mar 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants