Describe the bug
context
When I run mdformat on the following:
```{note}
Hello mdformat[^myref]
```
[^myref]: my ref here
expectation
I expected nothing to occur.
bug
But instead the reference gets removed leaving:
```{note}
Hello mdformat[^myref]
```
Reproduce the bug
See above
List your environment
No response