github-markdown/README.md

18 lines
771 B
Markdown
Raw Permalink Normal View History

2021-08-08 20:30:06 +00:00
# Gitea (and presumably GitHub) Markdown
2021-07-05 18:02:01 +00:00
2021-08-08 20:30:06 +00:00
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.
2021-07-05 18:06:19 +00:00
2021-08-08 21:29:42 +00:00
The pdf version is courtesy of [Pandoc](https://pandoc.org/). Converting markdown files to pdf is as easy as the following command:
```
pandoc markdown.md -o markdown.pdf
```
Very useful, indeed!
2021-07-05 18:06:19 +00:00
2021-08-08 20:30:06 +00:00
## Coda
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/).