1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-10 09:54:08 +02:00

Merge pull request #129 from JuanitoFatas/feature/pdf

Add Rendering PDF
This commit is contained in:
Tim Green
2015-06-03 20:50:43 +01:00

View File

@@ -36,6 +36,7 @@ A collection of cool hidden and not so hidden features of Git and GitHub. This c
- [Metadata and Plugin Support for GitHub Pages](#metadata-and-plugin-support-for-github-pages)
- [Viewing YAML Metadata in your Documents](#viewing-yaml-metadata-in-your-documents)
- [Rendering Tabular Data](#rendering-tabular-data)
- [Rendering PDF](#rendering-pdf)
- [Revert a Pull Request](#revert-a-pull-request)
- [Diffs](#diffs)
- [Rendered Prose Diffs](#rendered-prose-diffs)
@@ -461,6 +462,14 @@ GitHub supports rendering tabular data in the form of `.csv` (comma-separated) a
[*Read more about rendering tabular data.*](https://github.com/blog/1601-see-your-csvs)
### Rendering PDF
GitHub supports rendering PDF:
![PDF](https://cloud.githubusercontent.com/assets/1000669/7492902/f8493160-f42e-11e4-8cea-1cb4f02757e7.png)
[*Read more about rendering PDF.*](https://github.com/blog/1974-pdf-viewing)
###Revert a Pull Request
After a pull request is merged, you may find it does not help anything or it was a bad decision to merge the pull request.