atom/markdown-preview

URL comment in styles file 404s

Closed this issue · 2 comments

Prerequisites

Description

In file "markdown-preview/styles/markdown-preview-github.less", line 13 there are URL.
But I can't find this site.

Steps to Reproduce

Expected behavior: can go to site "https://github.com/primer/markdown/blob/master/components/markdown.scss"

Actual behavior: Instead, this screen showed up.
default

Reproduces how often: everytime..

If you follow the link and remove some parts at the end, you end up here https://github.com/primer/primer-markdown/, which says that the repository is deprecated and has moved to https://github.com/primer/primer. I guess that the correct source would be https://github.com/primer/primer/blob/454a8841469de50df97daf70e3cee370443a7d0f/modules/primer-markdown/lib/markdown-body.scss.

Is this correct?

@nineway Yes, I believe that's correct. Though I think it would be safer to link to https://github.com/primer/primer/tree/master/modules/primer-markdown, as the Markdown CSS was broken down into multiple different files.