Email highlighting breaks code blocks
- Dominant language
- JavaScript
- Stars
- 8
- Forks
- 1
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 7
Description
## Issue Description
If inserting text like,
```
Some text with an `email@address.com` and a following `code block`
```
is inserted to the text, it is not parsed correctly:

Adding a leading space to the
```
` email@address.com`
```
causes it to correctly wrap the email as code, but I believe that putting `` around text should prevent it from being auto-highlighted into an email. GitHub and Slack both render the email as a code block with no hyperlink, as I have come to expect.
## Steps to reproduce:
Paste the markdown above containing an email into H2; save and publish, or even preview, and see that the email address breaks the code backticks.
## Expected Result:
Text within backticks would not get treated as an email hyperlink.
Contributor guide
Assessment
This issue has not been assessed yet.