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

Support option to preserve text indent when wrapping markdown lists #50

Open
jfroelich opened this issue Jan 2, 2021 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@jfroelich
Copy link
Owner

jfroelich commented Jan 2, 2021

similar to the technique of deciding whether or not to add an extra space and an asterisk on the next line when splitting the first line of a block comment. when splitting a bullet point, we have to decide whether the text should have extra leading whitespace. the lead whitespace up to the bullet point is working fine. it is the extra 2 spaces on the next line of the bulletpoint in addition.

Should this:

/**
 * * list item that is really| long
 */

become this

/**
 * * list item that is really|
 * long
 */

or this?

/**
 * * list item that is really|
 *   long
 */
@jfroelich jfroelich added the enhancement New feature or request label Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant