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
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:
Minimal reproduction HTML:
CLI reproduction:
Actual Markdown:
## Intro heading Intro paragraph.Expected Markdown:
Environment: