Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-07-23 04:22:16 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-07-29 01:56:27 +0300
commit0673ca36812ac3f709032938b77e5ab6e1d63885 (patch)
tree6b4ac618f2a23fece4b13d3079999f1f34c312e8 /spec/fixtures/markdown.md.erb
parent590fca0f06c4a21dbac90480bc6622f4da97dc86 (diff)
Add RelativeLinkFilter section to Markdown fixture
Diffstat (limited to 'spec/fixtures/markdown.md.erb')
-rw-r--r--spec/fixtures/markdown.md.erb7
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: