Commit Graph

1 Commits

Author SHA1 Message Date
Clawd
88fa8835b5 feat(bluebubbles): add text formatting support
Convert markdown formatting to BlueBubbles textFormatting array:
- **bold** → bold style
- *italic* → italic style
- ~~strikethrough~~ → strikethrough style
- ++underline++ → underline style

Auto-enables private-api method when formatting is detected.
Includes 18 tests covering all formatting scenarios.
2026-01-22 00:20:54 -08:00