diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-14 19:21:43 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-14 19:21:43 +0200 |
commit | c0ca055bf4c5cbc776b2822afaa3a1efb1b97c19 (patch) | |
tree | 32c27c03056f7ff78085004d871451987ee4fb18 /test/fixtures | |
parent | f43e630528be43d5aec4e6f923b0f53107f93546 (diff) | |
download | gitbook-c0ca055bf4c5cbc776b2822afaa3a1efb1b97c19.zip gitbook-c0ca055bf4c5cbc776b2822afaa3a1efb1b97c19.tar.gz gitbook-c0ca055bf4c5cbc776b2822afaa3a1efb1b97c19.tar.bz2 |
Add readme parsing for extracting title and description
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/fixtures/README.md b/test/fixtures/README.md new file mode 100644 index 0000000..7e20198 --- /dev/null +++ b/test/fixtures/README.md @@ -0,0 +1,7 @@ +# This is the title + +This is the book description. + +other content +... + |