Skip to content

Elements with id="tags" are dropped from extracted output #321

Description

@mpcjazz

I’m seeing elements with id="tags" get dropped from the extracted output. This reproduces with Defuddle CLI v0.19.0 and in Obsidian Web Clipper.

Reproduction page:

https://mpcjazz.github.io/

Minimal reproduction HTML:

<h2>Intro heading</h2>
<p>Intro paragraph.</p>

<section id="tags">
  <h2>Content heading</h2>
  <p>Content paragraph.</p>
</section>

CLI reproduction:

npx --yes defuddle@0.19.0 parse https://mpcjazz.github.io/ --markdown

Actual Markdown:

## Intro heading

Intro paragraph.

Expected Markdown:

## Intro heading

Intro paragraph.

## Content heading

Content paragraph.

Environment:

  • Defuddle CLI v0.19.0
  • Obsidian Web Clipper

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