remarkjs / remark-gfm

remark plugin to support GFM (autolink literals, footnotes, strikethrough, tables, tasklists)

Home Page:https://remark.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Option for Autolinking Phone Numbers

steverecio opened this issue · comments

Initial checklist

Problem

remark-gfm offers autolinking of URL literals (ie: https://xxx) but not phone numbers

Solution

Add option to remark-gfm to autolink phone numbers in addition to URLs

Alternatives

Because this project is focused on GitHub flavored markdown, perhaps this is better suited for a separate plugin (discussion topic here)

Hi, remark-gfm is not the place for this as it adheres to the GitHub Flavored Markdown Spec. Auto linking phone numbers is not part of GFM. If you want to create this yourself as a plugin, you could ask a quality question in your discussion.

Hi! This was closed. Team: If this was fixed, please add phase/solved. Otherwise, please add one of the no/* labels.