Automated review fixes for Drum Notation Renderer.
Changes:
- Creates HTML and SVG elements from their owning document, removing prohibited lint suppressions and supporting popout windows.
- Schedules responsive rendering through the block's host window.
- Adds searchable declarative setting definitions for Obsidian 1.13+ while retaining the imperative fallback for older versions.
- Replaces the partially supported diagnostic text decoration with a compatible inset highlight.
- Pins current Obsidian API types and official review lint rules.
Validation:
- 53 unit tests passed.
- 6 Chromium visual tests passed across light/dark and mobile/tablet/desktop widths.
- Typecheck, lint, build, and bundle verification passed.