https://github.com/libbyschuknight/test-repo-gitbook
This is a test repo for trying out gitbook.com
https://github.com/libbyschuknight/test-repo-gitbook
Last synced: 5 months ago
JSON representation
This is a test repo for trying out gitbook.com
- Host: GitHub
- URL: https://github.com/libbyschuknight/test-repo-gitbook
- Owner: libbyschuknight
- Created: 2015-08-19T21:32:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-20T21:57:40.000Z (almost 11 years ago)
- Last Synced: 2025-02-26T00:27:26.684Z (over 1 year ago)
- Size: 484 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-repo-gitbook
This is a test repo for trying out gitbook.com
Added this from repo, will it update in Gitbook?
[Here is the book for it
](http://libbyschuknight.gitbooks.io/test-book-for-gitbook/content/)
I am trying to figure out how to use gitbook and seeing whether it links to the github repo and makes changes pretty much straight away!
Oh cool, yes it does! Now I need to set one up for kahu-2015 but I think at the moment it is only working with public repos!?!
How easy is it to add a table?
| TITLE | TIME | DAY |
| ------ | ------ | ------ |
| Cats | 12 | Tuesday |
| Dogs | 9 | Monday |
| Bananas | 5 | Saturday |
| Chocolate | 6 | Friday |
Yes, tables are pretty easy and it is great seeing the preview updating straight away!!
OH NO! Table isn't working on github repo readme page :(, what have I done wrong??
Hmmm, got the table working, seemed I needed to just add a return at end!
| 0:0 | 1:0 |
| --- | --- |
| 0:2 | 1:2 |
Yes, looks like you have to add a return or two after the table for it to work as a table in the README.

Oh and adding a image! Sweet as easy! Cool!
One issue might be that it doesn't save automatically, this might be an issue as I have gotten very used to things saving automatically!!
Now I just need to figure out how to add other files and link to them.
[Link to another file](/another-file.md) that is in the same repo.