diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-07-22 21:22:16 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-07-28 18:56:27 -0400 |
commit | 0673ca36812ac3f709032938b77e5ab6e1d63885 (patch) | |
tree | 6b4ac618f2a23fece4b13d3079999f1f34c312e8 /spec/fixtures | |
parent | 590fca0f06c4a21dbac90480bc6622f4da97dc86 (diff) | |
download | gitlab-ce-0673ca36812ac3f709032938b77e5ab6e1d63885.tar.gz |
Add RelativeLinkFilter section to Markdown fixture
Diffstat (limited to 'spec/fixtures')
-rw-r--r-- | spec/fixtures/markdown.md.erb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/fixtures/markdown.md.erb b/spec/fixtures/markdown.md.erb index 75f6528ccdf..41d12afa9ce 100644 --- a/spec/fixtures/markdown.md.erb +++ b/spec/fixtures/markdown.md.erb @@ -100,6 +100,13 @@ Markdown should be usable inside a link. Let's try! - [**text**](#link-strong) - [`text`](#link-code) +### RelativeLinkFilter + +Linking to a file relative to this project's repository should work. + +[Relative Link](doc/README.md) +![Relative Image](app/assets/images/touch-icon-ipad.png) + ### EmojiFilter Because life would be :zzz: without Emoji, right? :rocket: |