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

fix: Fix various cases of HTML text missing after partition #1587

Merged
merged 9 commits into from
Oct 3, 2023
Merged

fix: Fix various cases of HTML text missing after partition #1587

merged 9 commits into from
Oct 3, 2023

Commits on Sep 30, 2023

  1. Fix text inside text tag missing when before <br/>

    Example: <p>missing<br/>not missing</p>
    unifyh committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    029578f View commit details
    Browse the repository at this point in the history
  2. Fix text inside container missing when after <br/>

    Example: <div>not missing<br/>missing</div>
    unifyh committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    81150f2 View commit details
    Browse the repository at this point in the history
  3. Fix body text missing

    Example: <body>missing</body>
    unifyh committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    f01630b View commit details
    Browse the repository at this point in the history
  4. Update changelog

    unifyh committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    d6510ea View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Run black

    unifyh committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    445239c View commit details
    Browse the repository at this point in the history
  2. Fix text missing when <body> only contains plain text

    Example: <body>hello</body>
    unifyh committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    f1b1f7a View commit details
    Browse the repository at this point in the history
  3. Add unit tests

    unifyh committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    dfa9fd5 View commit details
    Browse the repository at this point in the history
  4. Fix existing test

    unifyh committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    a52dab2 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    53aef46 View commit details
    Browse the repository at this point in the history