diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-22 17:45:12 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-22 17:45:12 +0200 |
commit | 305f2210773c6f6e798d2443a28de95cc8b7bfb2 (patch) | |
tree | 632921a4696471b112eda54f6050091e3bbc09f6 /test/fixtures | |
parent | 53514f2602029d61106e1214790fddf072bf9a81 (diff) | |
download | gitbook-305f2210773c6f6e798d2443a28de95cc8b7bfb2.zip gitbook-305f2210773c6f6e798d2443a28de95cc8b7bfb2.tar.gz gitbook-305f2210773c6f6e798d2443a28de95cc8b7bfb2.tar.bz2 |
Fix #136: replace links to .md by links to .html
Add more tests for links in page
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/MARKDOWN_LINKS.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/fixtures/MARKDOWN_LINKS.md b/test/fixtures/MARKDOWN_LINKS.md new file mode 100644 index 0000000..e0d5820 --- /dev/null +++ b/test/fixtures/MARKDOWN_LINKS.md @@ -0,0 +1,5 @@ +# Nice course + +Check out this other chapter [Test](test.md) + +Check out this other chapter [Test](../before.md) |