Allow embedding attached images in the Note
Say I create a thought for the new microwave I just bought. I drag a photo into the thought as an attachment, along with a PDF receipt and maybe an email or two. Now, within the note, I'd like to see the photo, not just in the list of attachments. At one point, I would just create a Markdown link to the image like this:

That worked for a while, but doesn't now. When I add that markup, the brackets end up escaped, .e.g:
`!\[\](my-new-microwave.jpg)`
Currently, the only way I know how to it is to drag/paste a copy of the attached image into the text of the note. This works, but creates a duplicate of the file in the note's .data/ directory. This means I two copies of the same image file, and one of them is in a hidden directory. Seems wasteful, since there's already one right there as an attachment. Plus, if I update the attached image, that change isn't reflected in the embedded copy.
I'd love for the markdown link technique to work again if possible. Even better would be a built-in "Embed attachment" command somehow. Possible?