How to add color to GitHub’s README.md file

I have a README.md file for my project underscore-cli, and I want to document the –color flag. Currently, the only way to do this is with a screenshot (which can be stored in the project repository): But screenshots aren’t text, preventing readers from copy/pasting the command in the screenshot. They’re also a pain to create … Read more

How to see an HTML page on Github as a normal rendered HTML page to see preview in browser, without downloading?

On http://github.com developer keep the HTML, CSS, JavaScript and images files of the project. How can I see the HTML output in browser? For example this: https://github.com/necolas/css3-social-signin-buttons/blob/master/index.html When I open this it doesn’t show the rendered HTML of the code of author. It shows the page as a source code. Is it possible to see … Read more