You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add clipboard copy interoperability with external apps
6
+
7
+
Copied content now pastes cleanly into Google Docs, Microsoft Word, Teams, Confluence, GitHub, and Telegram:
8
+
- Tables copy with proper `<thead>`/`<tbody>` structure and inline border styles
9
+
- Code blocks include `language-*` class for syntax highlighting in target apps
10
+
- Task lists use standard HTML checkboxes
11
+
- Plain text slot always contains Markdown
12
+
13
+
New "Copy format" setting (Settings > Copy format) lets users choose between HTML (default, best for rich-text apps) and Markdown (best for GitHub, Telegram).
0 commit comments