Skip to content
This repository has been archived by the owner on Jun 23, 2019. It is now read-only.

Avoid not displaying npm name in GitHub #60

Merged
merged 1 commit into from
Apr 23, 2018

Conversation

tsub
Copy link
Contributor

@tsub tsub commented Apr 23, 2018

Why

If there is no user/organization of GitHub specified by the namespace of npm, GitHub Flavored Markdown will not display the string.

e.g.

(Please see raw markdown below)

Name Updating Latest dependencies devDependencies
@types/node 8.10.8...8.10.9 9.6.6 *

How

If there is no repository link of npm, surround it in backquotes (``).

e.g.

Name Updating Latest dependencies devDependencies
@types/node 8.10.8...8.10.9 9.6.6 *

Other workarounds

Make it an empty link of markdown.

Name Updating Latest dependencies devDependencies
@types/node 8.10.8...8.10.9 9.6.6 *

If there is no user/organization of GitHub specified by the namespace of npm, GitHub Flavored Markdown will not display the string.

e.g. `@types/node`
@taichi taichi merged commit 247be75 into taichi:master Apr 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants