Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Email inside of inline code tags (`) is incorrectly formatted #543

Closed
1 task done
droberts-sea opened this issue Jul 19, 2018 · 2 comments
Closed
1 task done

Email inside of inline code tags (`) is incorrectly formatted #543

droberts-sea opened this issue Jul 19, 2018 · 2 comments

Comments

@droberts-sea
Copy link

droberts-sea commented Jul 19, 2018

Prerequisites

Description

Inline code tags surrounding an email address render incorrectly. For example,

renders without code formatting, displays both backticks, and is a link:

image

Steps to Reproduce

  1. Create a markdown file, test.md, and open it in Atom
  2. Type `[email protected]`
  3. Save the file
  4. Open the markdown preview

Expected behavior: Should render "[email protected]", as code, no link

Actual behavior: Renders without code formatting, displays both backticks, and is a link:

image

Reproduces how often: 100%

Versions

$ atom --version
Atom    : 1.28.2
Electron: 2.0.5
Chrome  : 61.0.3163.100
Node    : 8.9.3
$ apm --version
apm  1.19.0
npm  3.10.10
node 6.9.5 x64
atom 1.28.2
python 2.7.10
git 2.17.0

OSX 10.11.6

Additional Information

@rsese
Copy link

rsese commented Jul 19, 2018

Thanks for the report! I can reproduce on macOS 10.12.6 with 1.30.0-nightly9 but this looks like an issue with the Markdown renderer: markedjs/marked#1218.

@rafeca
Copy link
Contributor

rafeca commented Apr 25, 2019

We've recently upgraded the version of the markdown renderer and I've verified that this issue got solved! 🎉

Thanks for reporting!

@rafeca rafeca closed this as completed Apr 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants