diff options
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) |