An open API service indexing awesome lists of open source software.

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

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.

![](Screen Shot 2015-08-20 at 10.19.26 am.png)

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.