A quick guide to GitHub markdown for my own purposes. I'll eventually get around to making a better cheat sheet.
Go to file
2021-08-08 17:29:42 -04:00
LICENSE Initial commit 2021-07-05 18:02:01 +00:00
markdown.md Added pdf version 2021-08-08 17:29:42 -04:00
markdown.pdf Added pdf version 2021-08-08 17:29:42 -04:00
README.md Added pdf version 2021-08-08 17:29:42 -04:00

Gitea (and presumably GitHub) Markdown

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.

The pdf version is courtesy of Pandoc. Converting markdown files to pdf is as easy as the following command:

pandoc markdown.md -o markdown.pdf

Very useful, indeed!

Coda

Originally borrowed from Joshua Pekera's excellent template, and since much amended. For more complete info, see John Gruber's original spec and the Github-flavored Markdown info page.