I use Canvas extensively and rely on the copy button at the top giving me markdown content.
Today I hist the copy button and it gave me HTML with no option to give me markdown? When I asked
The reason you’re getting HTML when copying from the canvas is because the canvas is optimised for rich-text editing and presentation, not for Markdown fidelity in clipboard operations.
What’s Happening
- When you copy from the canvas, you’re copying rendered HTML, which preserves formatting like headings, tables, and code blocks visually — but not as Markdown.
- This makes sense for visual pasting into rich editors (e.g., Word, email), but it’s not ideal if you want the raw Markdown syntax.
I want my markdown back? Can we get both?