[x] macOS 12.1
Obsidian v0.13.23
When pasting into Obsidian, Obsidian used to automatically convert rich text into Markdown. For example, if I pasted in rich text like this:
-
bold text
-
italic text
- this is a link
Then it would automatically convert that rich text into the following markdown like this:
- **bold** text
- *italic* text
- this is a [link](https://www.google.com)
But instead it is only copying the unformatted text like this:
bold text
italic text
this is a link
Obsidian used to do this for me. Is there a setting that I accidentally toggled off, or is this a bug?