File: Footnotes.text

package info (click to toggle)
libtext-multimarkdown-perl 1.000035-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,772 kB
  • ctags: 148
  • sloc: perl: 2,186; makefile: 8
file content (21 lines) | stat: -rw-r--r-- 562 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Here is some text containing a footnote.[^somesamplefootnote]

> And here is a footnote within a blockquote, should be labelled #2.[^secondnote]

And this is a codeblock, that should not be a footnote:

	This is code.[^somesamplefootnote]

And this is a short footnote for testing.[^shortnote]

Test footnote, with a 2nd link part.[^1][].

[^somesamplefootnote]: Here is the text of the footnote itself. It also has a [link][somesamplefootnote].

[somesamplefootnote]:http://somelink.com

[^secondnote]: Note # 2.

[^shortnote]: Finis

[^1]: This is a footnote.