Skip to content

Wordwrap function #97

Description

@jung-kim

diff2html 2.0.1 is working well for us at Ungit and I was able to fix our custom css bindings relatively easy from 1.6.x. Except for one feature, word wrap.

CSS word-wrap will not work with diff2html's resulting html code as it is not using actual whitespace, it is using &nbsp. Because of once easy CSS class injection fix for this feature is no longer viable.

  1. What is the reasoning behind the replacing spaces with &nbsp?
  2. Can we have a word wrap feature support from diff2html? (I'd rather not have to run the html gen function again)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions