"Fossies" - the Fresh Open Source Software Archive 
Member "pandoc-2.18/test/command/1718.md" (4 Apr 2022, 320 Bytes) of package /linux/www/pandoc-2.18.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) GitHub Flavored Markdown source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 ```
2 % pandoc -t native
3 Note[^1].
4
5 [^1]: the first note.
6
7 [^2]: the second, unused, note.
8 ^D
9 2> [WARNING] Note with key '2' defined at line 5 column 1 but not used.
10 [ Para
11 [ Str "Note"
12 , Note
13 [ Para
14 [ Str "the" , Space , Str "first" , Space , Str "note." ]
15 ]
16 , Str "."
17 ]
18 ]
19 ```