5a8b0158afb933134110a7af993e529c2298592d
[yaffs-website] / vendor / cebe / markdown / tests / markdown-data / references.md
1 In the following example we will im[ple]ment support for [fenced code blocks][] which are part
2 of the [github flavored markdown][gfm].
3
4 [fenced code blocks]: https://help.github.com/articles/github-flavored-markdown#fenced-code-blocks
5                       "Fenced code block feature of github flavored markdown"
6 [gfm]: https://github.com
7 [unused]: https://github.com/unused
8
9 hey, check [this].
10
11 [this]: https://github.com/cebe/markdown
12
13 ref on end of line [this]
14 next line.
15
16 this is a [multi
17 line] reference.
18
19 this is a [Link
20 with][multi
21 line] reference.
22
23 [multi line]: http://example.com