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

Respect markdown formatting #4

Open
zbarbuto opened this issue Oct 12, 2021 · 0 comments
Open

Respect markdown formatting #4

zbarbuto opened this issue Oct 12, 2021 · 0 comments
Labels
discussion enhancement New feature or request

Comments

@zbarbuto
Copy link
Member

Because the extension was pretty thrown together, it just hard-wraps everything to paragraphs.

What might be an improvement is to actually use markdown formatting rules (there are existing packages out there to do this) so that you can block format a large comment that also contains markdown and have it wrap as expected:

Currently:

/// This is my comment:
/// - Example info
/// - more info

// becomes

/// This is my comment : Example info - more
/// info

When really things like lists, block comments etc. should all start their own new block.

@zbarbuto zbarbuto added enhancement New feature or request discussion labels Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant