johno / johno/ember-linkify

Consider supporting multiple links separated by punctuation

Open
#17 9 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
23
Forks
30
PR merge metrics
No merged PRs in 30d

Description

Given the strings:
- `http://www.a.com http://www.b.com`
- `http://www.a.com, http://www.b.com, and http://www.c.com.`

Expected output:
- `http://www.a.com http://www.b.com`
- `http://www.a.com, http://www.b.com, and http://www.c.com.`

Observed output:
- `http://www.a.com http://www.b.com`
- `http://www.a.com, http://www.b.com, and http://www.c.com.`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.