Showing some undocumented things you can do with Github Markdown to aid in README design.
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.
- Grip - Github Readme Instant Preview - indispensable tool
- space before first html tag to allow inner markdown parsing
<pre>
Monospace block *without* markdown parsing.
</pre>
Monospace block *without* markdown parsing.
<pre>
Monospace block *with* markdown parsing.
</pre>
Monospace block *with* markdown parsing.
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 |