autumnnote 2.5.0 → 2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -789,7 +789,7 @@ src/
789
789
  │ │ ├── env.js Browser/platform detection (lazy — SSR-safe)
790
790
  │ │ ├── detectLang.js Code-block language detection for Prism highlighting
791
791
  │ │ ├── markdown.js Bidirectional HTML ↔ Markdown conversion (with GFM checklists)
792
- │ │ └── sanitise.js DOM-based HTML and URL sanitiser
792
+ │ │ └── sanitise.js DOM-based HTML and URL sanitiser (string or nodes)
793
793
  │ ├── editing/
794
794
  │ │ ├── History.js Undo/redo stack (configurable depth)
795
795
  │ │ ├── insert.js Range-based insertHTML/insertText/insertHorizontalRule