发布

  • feat: keep input tag's class attr in table (#4064)

    frostbyte_neo 发布于 2025-07-16 21:46:58 +00:00

    This change affects partition html.

    Previously when there is a table in the html, we clean any tags inside
    the table of their class and id attributes except for the class
    attribute for img tags. This change also preserves the class attribute
    for input tags inside a table. This change is reflected in a table
    element's metadata.text_as_html attribute.

    下载附件