Closed mac-s-g closed 6 years ago
btw, the markdown renders fine on npm
it just doesn't look right on the github page
also looks like the build agent gets a 404 when making a request to:
https://github.com/login/oauth/authorize?client_id=&redirect_uri=http%3A%2F%2Flocalhost%3A8000%2Fgithubauth&scope=user&state=d08e9e04e506f69cfc85c2c108abb1cb95a06076b5b14e95305aee2ed15349d6
Headers aren't rendering properly.
In the first case, I'm guessing there's an unexpected whitespace character in the source.
In the second case, you just need a newline.
This PR resolves both.
Thank you for maintaining this awesome package!