Skip to content

Olwiba/Kickass-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Kickass markdown 🤩

A collection of Github markdown tricks for writing kickass READMEs, Pull Requests & Comments.
Markdown is Github's version of dress code - Make your first impression count.

Make sure to checkout Poor Man's Styleguide for all common page elements.

+ If you find this useful, please remember to ⭐ - Thanks!

What tricks can I use?

READMEs offer support for:
👉 Markdown
👉 HTML

Pull Requests & Comments offer support for:
👉 Markdown

Contribution

Missing a trick? feel free to make a contribution.

Markdown tricks

+ this text is highlighted in green
- this text is highlighted in red
```diff
+ this text is highlighted in green
- this text is highlighted in red
```

Some text in green! 123
```CSS
Some text in green! 123
```

Some text in blue! 123
Some text in blue with additional keyword highlighting! 123
```P4
Some text in blue! 123
```

```Mint
Some text in blue with additional keyword highlighting! 123
```

some text in light blue! 123
```robots.txt
some text in light blue! 123
```

Some text in purple! 123
Some text in purple with additional keyword highlighting! 123
```EBNF
Some text in purple! 123
```

```mupad
Some text in purple with additional keyword highlighting! 123
```

Some text in orange! 123
Some text in orange with additional keyword highlighting! 123
Some text in orange with additional keyword highlighting! 123
```Mathematica
Some text in orange! 123
```

```REXX
Some text in orange with additional keyword highlighting! 123
```

```Nix
Some text in orange with additional keyword highlighting! 123
```

some text in red!
```POV-Ray SDL
some text in red!
```

Some text in light red! 123
```RobotFramework
Some text in light red! 123
```

Some text highlighted in red! 123
```JSON
Some text highlighted in red! 123
```

HTML tricks

Monospaced text

<samp>Monospaced text</samp>

Underlined text

<ins>Underlined text</ins>

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

Item summary with dropdown

Dropdown content (supports markdown yay!)

{
  awesome: "true"
}
<details>
<summary>Item summary with dropdown</summary>

Dropdown content (supports **markdown** ~~yay!~~)

```json
{
  awesome: "true"
}
```
</details>

Italic-bold

__*Italic-bold*__

SuperscriptTM

Superscript<sup>TM</sup>

Superscript-italictm

Superscript-italic<sup>*tm*</sup>

Subscriptx

Subscript<sub>x</sub>

Subscript-boldmin

Subscript-bold<sub>**min**</sub>

Italic-bold-strikethrough

~~__*Italic-bold-strikethrough*__~~

Offical links

Github flavoured markdown
Github markup engine
Emoji cheat sheet

License

Licensed under MIT.

About

A collection of Github markdown tricks for writing kickass READMEs, Pull Requests & Comments.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published