What's Changed
- Callouts — Added GitHub/Obsidian-style callouts (
> [!NOTE],> [!TIP],> [!IMPORTANT],> [!WARNING],> [!CAUTION]). Rendered in the preview, HTML exports, and shared notes.
- Format buttons no longer produce broken markdown — Bold / Italic / Strikethrough / Code now correctly handle selections with trailing whitespace (common from browser double-click). Previously
**word **rendered as literal asterisks because the space inside the delimiters made it invalid per CommonMark; now it produces**word**and renders properly across the preview, exports, shared notes, and print.
Docker Images
This release is available as a Docker image:
docker pull ghcr.io/gamosoft/NoteDiscovery:0.27.3Full Changelog: v0.27.2...v0.27.3