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

There are unnecessary spaces when copying a list. #7

Closed
Poikilos opened this issue Apr 18, 2020 · 2 comments · Fixed by #9
Closed

There are unnecessary spaces when copying a list. #7

Poikilos opened this issue Apr 18, 2020 · 2 comments · Fixed by #9

Comments

@Poikilos
Copy link

steps to reproduce issue

copy something like:

<ul>
<li>something</li>
<li>something</li>
<li>...</li>
</ul>

actual behavior:

-   something
-   something
-   ...

expected behavior

- something
- something
- ...
@notlmn
Copy link
Owner

notlmn commented Apr 21, 2020

Can you provide a link to where I can test this

@notlmn
Copy link
Owner

notlmn commented Apr 26, 2020

@Poikilos, this should be fixed now. Expect changes in extension in then next release.

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

Successfully merging a pull request may close this issue.

2 participants