Add RelativeLinkFilter section to Markdown fixture
This commit is contained in:
parent
590fca0f06
commit
0673ca3681
1 changed files with 7 additions and 0 deletions
7
spec/fixtures/markdown.md.erb
vendored
7
spec/fixtures/markdown.md.erb
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue