Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Use Jsoup instead of TagSoup for HTML parsing. #1019

Merged
merged 3 commits into from
Jul 17, 2024

Commits on Jul 16, 2024

  1. Use Jsoup instead of TagSoup for HTML parsing.

    Being way more flexible, it allows us to simplify the parsing *a lot* and do checks we couldn't do before, like one which was needed to know when extra line breaks between inline nodes and block ones are needed.
    jmartinesp committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    19aa262 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Add LoggingConfig option to enable/disable logs.

    Add logs for unknown tag found while parsing.
    jmartinesp committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    219dc93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cfb891 View commit details
    Browse the repository at this point in the history