Github Markdown Hacks

Showing some undocumented things you can do with Github Markdown to aid in README design.

Why?

The readme is probably the most important file in a github repository if you're trying to convey the value of your project's ideas to readers.

And of course, good design can influence a reader's comprehension and enjoyment of the content. For us to work on the design of a github readme, it would help to know what it's capable of.

Official

Unofficial

Previewing locally

Commonly used features

  • Shields

    <img valign="middle" src="https://img.shields.io/badge/for-example-brightgreen.svg">
    

Tags with style implications

These may break in the future since they are undocumented:

<samp>Monospaced text</samp>

Monospaced text

<ins>Underlined text</ins>

Underlined text

<table><tr><td>Boxed text</td></tr></table>
Boxed text

You can search here for tags with other style implications