atom / language-gfm

GitHub Flavored Markdown in Atom
MIT License
101 stars 108 forks source link

Links with newlines lose highlight #200

Closed yajo closed 7 years ago

yajo commented 7 years ago

Prerequisites

Description

An image is worth 1000 words:

captura de pantalla de 2017-04-22 09-18-58

Steps to Reproduce

  1. Write that.

Expected behavior: Should be rendered as a link.

Actual behavior: Links with newlines in between do not render as such.

Reproduces how often: 100%

Versions

➤ atom --version
Atom    : 1.16.0
Electron: 1.3.13
Chrome  : 52.0.2743.82
Node    : 6.5.0

➤ apm --version
apm  1.16.1
npm  3.10.5
node 6.9.5 x64
python 2.7.13
git 2.9.3

➤ lsb_release -a
LSB Version:    :core-4.1-amd64:core-4.1-noarch
Distributor ID: Fedora
Description:    Fedora release 25 (Twenty Five)
Release:    25
Codename:   TwentyFive
winstliu commented 7 years ago

Thanks for taking the time to contribute!

We noticed that this is a duplicate of #37. You may want to subscribe there for updates.

Because we treat our issues list as the Atom team's backlog, we close duplicates to focus our work and not have to touch the same chunk of code for the same reason multiple times. This is also why we may mark something as duplicate that isn't an exact duplicate but is closely related.

For information on how to use GitHub's search feature to find out if something is a duplicate before filing, see the How Can I Contribute? section of the Atom CONTRIBUTING guide.