8000 Add 'Rendering Tabular Data' section (partly fixes #30) · sandeeprb/github-cheat-sheet@a61bae7 · GitHub
[go: up one dir, main page]

Skip to content

Commit a61bae7

Browse files
author
Rafal Chmiel
committed
Add 'Rendering Tabular Data' section (partly fixes tiimgreen#30)
1 parent 69da2b5 commit a61bae7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ A collection of cool hidden and not so hidden features of Git and GitHub. This c
2424
- [Task Lists](#task-lists)
2525
- [Relative Links](#relative-links)
2626
- [Metadata and Plugin Support for GitHub Pages](#metadata-and-plugin-support-for-github-pages)
27+
- [Rendering Tabular Data](#rendering-tabular-data)
2728
- [Diffs](#diffs)
2829
- [Rendered prose Diffs](#rendered-prose-diffs)
2930
- [Diffable Maps](#diffable-maps)
@@ -341,6 +342,13 @@ The Jemoji and jekyll-mentions plugins enable [emoji](#emojis) and [@mentions](h
341342

342343
[*Read more about repository metadata and plugin support for GitHub Pages.*](https://github.com/blog/1797-repository-metadata-and-plugin-support-for-github-pages)
343344

345+
### Rendering Tabular Data
346+
GitHub supports rendering tabular data in the form of `.csv` (comma-separated) and `.tsv` (tab-separated) files.
347+
348+
![Tabular data](https://camo.githubusercontent.com/1b6dd0157ffb45d9939abf14233a0cb13b3b4dfe/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3238323735392f3937363436322f33323038336463652d303638642d313165332d393262322d3566323863313061353035392e706e67)
349+
350+
[*Read more about rendering tabular data.*](https://github.com/blog/1601-see-your-csvs)
351+
344352
### Diffs
345353
#### Rendered Prose Diffs
346354
Commits and pull requests including rendered documents supported by GitHub (e.g. Markdown) feature *source* and *rendered* views.

0 commit comments

Comments
 (0)
0