blob: 995dde83549c30f2fa13748391f20d4eb9509bd3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
first line of included content
second line of included content
third line of included content
fourth line of included content
fifth line of included content
sixth line of included content
seventh line of included content
eighth line of included content
// tag::snippet[]
// tag::snippetA[]
snippetA content
// end::snippetA[]
non-tagged content
// tag::snippetB[]
snippetB content
// end::snippetB[]
// end::snippet[]
more non-tagged content
last line of included content
|