hackmdio / hackmdio/hackmd-io-issues
[name=..] doesn't work if quote contains code block
- Dominant language
- No language data
- Stars
- 40
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
### Is this a hackmd.io issue?
- [x] Yes, the bug happens on https://hackmd.io
- [ ] No. If it's a self-hosted CodiMD instance, please fire up the issue in the repo of CodiMD: https://github.com/hackmdio/codimd
### What's the problem
```
> foo
> ```js
> let a = 5;
> ```
> [name=adsf]
> foo
> [name=adsf]
```
#### Current behaviour

#### Expected behaviour
I would expect `[name=..]` to render the same in both cases.
#### Environment
I use HackMD on:
**Desktop**
- OS: Linux
- Browser: Firefox
- Browser Version: 80.0b4
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.