A quick guide to GitHub markdown for my own purposes. I'll eventually get around to making a better cheat sheet.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
572 B

3 years ago
  1. # Gitea (and presumably GitHub) Markdown
  2. This cheatsheet is what works (and in a few cases, *doesn't* work) in Gitea. I'm presuming that this will also work on GitHub but I would need to post it there before I can confirm.
  3. ## Coda
  4. Originally borrowed from [Joshua Pekera's excellent template](https://gist.github.com/joshuapekera/5730539/), and since much amended. For more complete info, see [John Gruber's original spec](http://daringfireball.net/projects/markdown/) and the [Github-flavored Markdown info page](http://github.github.com/github-flavored-markdown/).