Markdown tips and tricks specific to GH READMEs and Issues
- [Heading One](#heading-one)
- [Heading Two](#heading-two)
- [Heading Three](#heading-three)
### Heading One
### Heading Two
### Heading Three
const foo = {};
foo.bar = function() {
return true;
}
All supported languages/abbreviations for syntax highlighting in Linguist's languages.yml
- Do a thing
- Do another thing
[X] - Do a thing
[ ] - Do another thing
Just reference an issue or PR number in the comment of an issue, PR, or commit!
- Example: Fixes issue #1
You can also
@
-mention a user or org, and use a full or shortened commit SHA-1 hash to automatically link to a commit
Never gonna give you up
Never gonna let you down<details>
<summary>
Never gonna give you up
</summary>
Never gonna let you down
</details>
const foo = () => {
- return 'bar'
+ return 'foo'
}
You'll have to check the source for this one π
π π π π― π
:+1: :smile: :trophy: :100: :rocket:
![100% Awesome](https://img.shields.io/badge/Awesome-100%25-brightgreen.svg)
Build your own at shields.io
This is so cool
This is *so cool*
This is *so cool*
This is \*so cool\*
- Execute JavaScript (via
<script>
tags or otherwise)