Github Markdown Cheatsheet
Text Formatting
Official Documentation can be found in the Github Docs
Formatting |
Markdown |
Example |
Output |
---|---|---|---|
Bold |
|
|
This is bold text |
Italics |
|
|
This text is italicized |
Strikethrough |
|
|
T̶h̶i̶s̶ ̶w̶a̶s̶ ̶m̶i̶s̶t̶a̶k̶e̶n̶ ̶t̶e̶x̶t̶ |
Subscript |
|
|
This is a subscript text |
Superscript |
|
|
This is a superscript text |
Callouts
Documentation on this feature can be found in the Github Discussions
> [!NOTE]
> Highlights information that users should take into account, even when skimming.
> [!TIP]
> Optional information to help a user be more successful.
> [!IMPORTANT]
> Crucial information necessary for users to succeed.
> [!WARNING]
> Critical content demanding immediate user attention due to potential risks.
> [!CAUTION]
> Negative potential consequences of an action.
Badges
More Advanced Documentation can be found here
For Licensing Badges, go view them on this Github gist
Badges |
Markdown |
Output |
---|---|---|
Workflow Status |
|
|
Code Coverage |
|
|
License |
|
|
Contributors |
|
|
Issues |
|
|
Pull Request |
|