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

Changes the way we "uglify" html code, fixes <code><pre> blocks. #170

Merged
merged 1 commit into from
Apr 10, 2014

Conversation

MarioRicalde
Copy link
Contributor

Previously we were using a very aggressive way of removing new lines. This completely messed up with code blocks, using BeautifulSoup we can do it in a intelligent way.

Previously we were using a very aggressive way of removing new lines. This completely messed up with code blocks, using BeautifulSoup we can do it in a intelligent way.
@MarioRicalde
Copy link
Contributor Author

Now the following works correctly on Evernote:

He                   llo!
  He                   llo!
    He                   llo!
  He                   llo!
He                   llo!
  He                   llo!

vitalyrodnenko pushed a commit that referenced this pull request Apr 10, 2014
Changes the way we "uglify" html code, fixes <code><pre> blocks.
@vitalyrodnenko vitalyrodnenko merged commit 278ad2d into vitalyrodnenko:master Apr 10, 2014
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