Diff syntax highlighting in Github Markdown

I’m writing documents that should explain code in C# using Markdown. I use the “`csharp to get csharp highlighting. I sometimes want to highlight something specific in the code using bold or anything. I know about <pre> etc… but it takes away my csharp highlighting. Best case scenario – some way to highlight code in … Read more

Is it possible to search for a particular filename on GitHub?

I know that the GitHub web interface lets you search all repositories for files with a particular pathname (e.g. searching for path:/app/models/user.rb yields > 109k results), but is there a way to search all repositories for filenames independent of their subdirectory location? I tried using asterisks in the path argument, and that didn’t seem to … Read more

Show current state of Jenkins build on GitHub repo

Is there a way to show the Jenkins build status on my project’s GitHub Readme.md? I use Jenkins to run continuous integration builds. After each commit it ensures that everything compiles, as well as executes unit and integration tests, before finally producing documentation and release bundles. There’s still a risk of inadvertently committing something that … Read more