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

Join HTML on single line to prevent extraneous <br>s #1643

Merged
merged 1 commit into from
May 4, 2017

Conversation

cobbweb
Copy link
Contributor

@cobbweb cobbweb commented May 3, 2017

It would appear that the marketplace website (https://marketplace.visualstudio.com/items?itemName=vscodevim.vim)
is converting line-breaks in the HTML source into
tags, creating heaps of ugly whitespace.
This is a test to see if we remove most of the line-breaks that it'll clean all the extra whitespace.

It would appear that the marketplace website (https://marketplace.visualstudio.com/items?itemName=vscodevim.vim)
was converting line-breaks in the HTML source into <br> tags, creating heaps of ugly whitespace.
This is a test to see if we remove most of the line-breaks that it'll clean all the extra whitespace.
@cobbweb cobbweb force-pushed the cobbweb/fix-extra-brs-in-readme branch from fd99234 to a2e83e8 Compare May 4, 2017 00:14
@jpoon jpoon merged commit 4abafc9 into VSCodeVim:master May 4, 2017
@cobbweb cobbweb deleted the cobbweb/fix-extra-brs-in-readme branch May 4, 2017 02:16
cobbweb pushed a commit to cobbweb/Vim that referenced this pull request May 5, 2017
I accidentally broke this in VSCodeVim#1643, the change to the src URL wasn't intentional.
cobbweb pushed a commit to cobbweb/Vim that referenced this pull request May 5, 2017
Went a bit overboard removing line-breaks in VSCodeVim#1643.
cobbweb pushed a commit to cobbweb/Vim that referenced this pull request May 6, 2017
I accidentally broke this in VSCodeVim#1643, the change to the src URL wasn't intentional.
cobbweb pushed a commit to cobbweb/Vim that referenced this pull request May 6, 2017
Went a bit overboard removing line-breaks in VSCodeVim#1643.
@jpoon jpoon mentioned this pull request May 6, 2017
cobbweb pushed a commit to cobbweb/Vim that referenced this pull request May 22, 2017
I accidentally broke this in VSCodeVim#1643, the change to the src URL wasn't intentional.
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 this pull request may close these issues.

2 participants