+ [2017-01-26T21:23:25Z] RockstarRaccoon Ah, I've got a better way to phrase this: how do I link a repository on my computer to a repository on Github through the desktop app?
+ [2017-01-26T22:15:38Z] ska Can more than one person initiate a review on a PR?
+ [2017-01-26T22:17:41Z] ska I suppose it can get messy trying to seaprate the two..

message no. 162084

Posted by ska in #github at 2017-01-26T22:17:41Z

I suppose it can get messy trying to seaprate the two..
+ [2017-01-27T00:44:33Z] daniel2 In the GitHub API. does repo_id mean the name or the actual id #?
+ [2017-01-28T09:40:47Z] tsdh Hi all. I use gh-pages to just publish a nicely jekyllified version of my README.md. That contains some ```sh\n ...\n``` blocks. In the published page, those are not highlighted and more annoyingly, the line breaks and indentation isn't preserved. Any cure?
+ [2017-01-28T09:41:32Z] tsdh I tried different Jekyll themes but the problem persists.
+ [2017-01-28T09:42:55Z] tsdh In the generated html, the listings are in <code class="...">...</code> blocks but I guess they should additionally be in <pre>...</pre>.