summaryrefslogtreecommitdiff
path: root/test/writer.tei
blob: ecbe92e33a8b9bae9d085f854a1644d21e8ab1d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
<?xml version="1.0" encoding="utf-8"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
<teiHeader>
  <fileDesc>
    <titleStmt>
      <title>Pandoc Test Suite</title>
      <author>John MacFarlane</author>
      <author>Anonymous</author>
    </titleStmt>
    <publicationStmt>
      <p></p>
          </publicationStmt>
    <sourceDesc>
      <p>Produced by pandoc.</p>
    </sourceDesc>
  </fileDesc>
</teiHeader>
<text>
<body>
<p>This is a set of tests for pandoc. Most of them are adapted from John
Gruber’s markdown test suite.</p>
<milestone unit="undefined" type="separator" rendition="line" />
<div type="level1" id="headers">
  <head>Headers</head>
  <div type="level2" id="level-2-with-an-embedded-link">
    <head>Level 2 with an <ref target="/url">embedded link</ref></head>
    <div type="level3" id="level-3-with-emphasis">
      <head>Level 3 with <hi rendition="simple:italic">emphasis</hi></head>
      <div type="level4" id="level-4">
        <head>Level 4</head>
        <div type="level5" id="level-5">
          <head>Level 5</head>
          <p></p>
        </div>
      </div>
    </div>
  </div>
</div>
<div type="level1" id="level-1">
  <head>Level 1</head>
  <div type="level2" id="level-2-with-emphasis">
    <head>Level 2 with <hi rendition="simple:italic">emphasis</hi></head>
    <div type="level3" id="level-3">
      <head>Level 3</head>
      <p>with no blank line</p>
    </div>
  </div>
  <div type="level2" id="level-2">
    <head>Level 2</head>
    <p>with no blank line</p>
    <milestone unit="undefined" type="separator" rendition="line" />
  </div>
</div>
<div type="level1" id="paragraphs">
  <head>Paragraphs</head>
  <p>Here’s a regular paragraph.</p>
  <p>In Markdown 1.0.0 and earlier. Version 8. This line turns into a list
  item. Because a hard-wrapped line in the middle of a paragraph looked like a
  list item.</p>
  <p>Here’s one with a bullet. * criminey.</p>
  <p>There should be a hard line break<lb />here.</p>
  <milestone unit="undefined" type="separator" rendition="line" />
</div>
<div type="level1" id="block-quotes">
  <head>Block Quotes</head>
  <p>E-mail style:</p>
  <quote>
    <p>This is a block quote. It is pretty short.</p>
  </quote>
  <quote>
    <p>Code in a block quote:</p>
    <ab type='codeblock '>
sub status {
    print &quot;working&quot;;
}
</ab>
    <p>A list:</p>
    <list type="ordered:arabic">
      <item>
        <p>item one</p>
      </item>
      <item>
        <p>item two</p>
      </item>
    </list>
    <p>Nested block quotes:</p>
    <quote>
      <p>nested</p>
    </quote>
    <quote>
      <p>nested</p>
    </quote>
  </quote>
  <p>This should not be a block quote: 2 &gt; 1.</p>
  <p>And a following paragraph.</p>
  <milestone unit="undefined" type="separator" rendition="line" />
</div>
<div type="level1" id="code-blocks">
  <head>Code Blocks</head>
  <p>Code:</p>
  <ab type='codeblock '>
---- (should be four hyphens)

sub status {
    print &quot;working&quot;;
}

this code block is indented by one tab
</ab>
  <p>And:</p>
  <ab type='codeblock '>
    this code block is indented by two tabs

These should not be escaped:  \$ \\ \&gt; \[ \{
</ab>
  <milestone unit="undefined" type="separator" rendition="line" />
</div>
<div type="level1" id="lists">
  <head>Lists</head>
  <div type="level2" id="unordered">
    <head>Unordered</head>
    <p>Asterisks tight:</p>
    <list type="unordered">
      <item>
        <p>asterisk 1</p>
      </item>
      <item>
        <p>asterisk 2</p>
      </item>
      <item>
        <p>asterisk 3</p>
      </item>
    </list>
    <p>Asterisks loose:</p>
    <list type="unordered">
      <item>
        <p>asterisk 1</p>
      </item>
      <item>
        <p>asterisk 2</p>
      </item>
      <item>
        <p>asterisk 3</p>
      </item>
    </list>
    <p>Pluses tight:</p>
    <list type="unordered">
      <item>
        <p>Plus 1</p>
      </item>
      <item>
        <p>Plus 2</p>
      </item>
      <item>
        <p>Plus 3</p>
      </item>
    </list>
    <p>Pluses loose:</p>
    <list type="unordered">
      <item>
        <p>Plus 1</p>
      </item>
      <item>
        <p>Plus 2</p>
      </item>
      <item>
        <p>Plus 3</p>
      </item>
    </list>
    <p>Minuses tight:</p>
    <list type="unordered">
      <item>
        <p>Minus 1</p>
      </item>
      <item>
        <p>Minus 2</p>
      </item>
      <item>
        <p>Minus 3</p>
      </item>
    </list>
    <p>Minuses loose:</p>
    <list type="unordered">
      <item>
        <p>Minus 1</p>
      </item>
      <item>
        <p>Minus 2</p>
      </item>
      <item>
        <p>Minus 3</p>
      </item>
    </list>
  </div>
  <div type="level2" id="ordered">
    <head>Ordered</head>
    <p>Tight:</p>
    <list type="ordered:arabic">
      <item>
        <p>First</p>
      </item>
      <item>
        <p>Second</p>
      </item>
      <item>
        <p>Third</p>
      </item>
    </list>
    <p>and:</p>
    <list type="ordered:arabic">
      <item>
        <p>One</p>
      </item>
      <item>
        <p>Two</p>
      </item>
      <item>
        <p>Three</p>
      </item>
    </list>
    <p>Loose using tabs:</p>
    <list type="ordered:arabic">
      <item>
        <p>First</p>
      </item>
      <item>
        <p>Second</p>
      </item>
      <item>
        <p>Third</p>
      </item>
    </list>
    <p>and using spaces:</p>
    <list type="ordered:arabic">
      <item>
        <p>One</p>
      </item>
      <item>
        <p>Two</p>
      </item>
      <item>
        <p>Three</p>
      </item>
    </list>
    <p>Multiple paragraphs:</p>
    <list type="ordered:arabic">
      <item>
        <p>Item 1, graf one.</p>
        <p>Item 1. graf two. The quick brown fox jumped over the lazy dog’s
        back.</p>
      </item>
      <item>
        <p>Item 2.</p>
      </item>
      <item>
        <p>Item 3.</p>
      </item>
    </list>
  </div>
  <div type="level2" id="nested">
    <head>Nested</head>
    <list type="unordered">
      <item>
        <p>Tab</p>
        <list type="unordered">
          <item>
            <p>Tab</p>
            <list type="unordered">
              <item>
                <p>Tab</p>
              </item>
            </list>
          </item>
        </list>
      </item>
    </list>
    <p>Here’s another:</p>
    <list type="ordered:arabic">
      <item>
        <p>First</p>
      </item>
      <item>
        <p>Second:</p>
        <list type="unordered">
          <item>
            <p>Fee</p>
          </item>
          <item>
            <p>Fie</p>
          </item>
          <item>
            <p>Foe</p>
          </item>
        </list>
      </item>
      <item>
        <p>Third</p>
      </item>
    </list>
    <p>Same thing but with paragraphs:</p>
    <list type="ordered:arabic">
      <item>
        <p>First</p>
      </item>
      <item>
        <p>Second:</p>
        <list type="unordered">
          <item>
            <p>Fee</p>
          </item>
          <item>
            <p>Fie</p>
          </item>
          <item>
            <p>Foe</p>
          </item>
        </list>
      </item>
      <item>
        <p>Third</p>
      </item>
    </list>
  </div>
  <div type="level2" id="tabs-and-spaces">
    <head>Tabs and spaces</head>
    <list type="unordered">
      <item>
        <p>this is a list item indented with tabs</p>
      </item>
      <item>
        <p>this is a list item indented with spaces</p>
        <list type="unordered">
          <item>
            <p>this is an example list item indented with tabs</p>
          </item>
          <item>
            <p>this is an example list item indented with spaces</p>
          </item>
        </list>
      </item>
    </list>
  </div>
  <div type="level2" id="fancy-list-markers">
    <head>Fancy list markers</head>
    <list type="ordered:arabic">
      <item n="2">
        <p>begins with 2</p>
      </item>
      <item>
        <p>and now 3</p>
        <p>with a continuation</p>
        <list type="ordered:lowerroman">
          <item n="4">
            <p>sublist with roman numerals, starting with 4</p>
          </item>
          <item>
            <p>more items</p>
            <list type="ordered:upperalpha">
              <item>
                <p>a subsublist</p>
              </item>
              <item>
                <p>a subsublist</p>
              </item>
            </list>
          </item>
        </list>
      </item>
    </list>
    <p>Nesting:</p>
    <list type="ordered:upperalpha">
      <item>
        <p>Upper Alpha</p>
        <list type="ordered:upperroman">
          <item>
            <p>Upper Roman.</p>
            <list type="ordered:arabic">
              <item n="6">
                <p>Decimal start with 6</p>
                <list type="ordered:loweralpha">
                  <item n="3">
                    <p>Lower alpha with paren</p>
                  </item>
                </list>
              </item>
            </list>
          </item>
        </list>
      </item>
    </list>
    <p>Autonumbering:</p>
    <list>
      <item>
        <p>Autonumber.</p>
      </item>
      <item>
        <p>More.</p>
        <list>
          <item>
            <p>Nested.</p>
          </item>
        </list>
      </item>
    </list>
    <p>Should not be a list item:</p>
    <p>M.A. 2007</p>
    <p>B. Williams</p>
    <milestone unit="undefined" type="separator" rendition="line" />
  </div>
</div>
<div type="level1" id="definition-lists">
  <head>Definition Lists</head>
  <p>Tight using spaces:</p>
  <list type="definition">
    <label>
      apple
    </label>
    <item>
      <p>red fruit</p>
    </item>
    <label>
      orange
    </label>
    <item>
      <p>orange fruit</p>
    </item>
    <label>
      banana
    </label>
    <item>
      <p>yellow fruit</p>
    </item>
  </list>
  <p>Tight using tabs:</p>
  <list type="definition">
    <label>
      apple
    </label>
    <item>
      <p>red fruit</p>
    </item>
    <label>
      orange
    </label>
    <item>
      <p>orange fruit</p>
    </item>
    <label>
      banana
    </label>
    <item>
      <p>yellow fruit</p>
    </item>
  </list>
  <p>Loose:</p>
  <list type="definition">
    <label>
      apple
    </label>
    <item>
      <p>red fruit</p>
    </item>
    <label>
      orange
    </label>
    <item>
      <p>orange fruit</p>
    </item>
    <label>
      banana
    </label>
    <item>
      <p>yellow fruit</p>
    </item>
  </list>
  <p>Multiple blocks with italics:</p>
  <list type="definition">
    <label>
      <hi rendition="simple:italic">apple</hi>
    </label>
    <item>
      <p>red fruit</p>
      <p>contains seeds, crisp, pleasant to taste</p>
    </item>
    <label>
      <hi rendition="simple:italic">orange</hi>
    </label>
    <item>
      <p>orange fruit</p>
      <ab type='codeblock '>
{ orange code block }
</ab>
      <quote>
        <p>orange block quote</p>
      </quote>
    </item>
  </list>
  <p>Multiple definitions, tight:</p>
  <list type="definition">
    <label>
      apple
    </label>
    <item>
      <p>red fruit</p>
      <p>computer</p>
    </item>
    <label>
      orange
    </label>
    <item>
      <p>orange fruit</p>
      <p>bank</p>
    </item>
  </list>
  <p>Multiple definitions, loose:</p>
  <list type="definition">
    <label>
      apple
    </label>
    <item>
      <p>red fruit</p>
      <p>computer</p>
    </item>
    <label>
      orange
    </label>
    <item>
      <p>orange fruit</p>
      <p>bank</p>
    </item>
  </list>
  <p>Blank line after term, indented marker, alternate markers:</p>
  <list type="definition">
    <label>
      apple
    </label>
    <item>
      <p>red fruit</p>
      <p>computer</p>
    </item>
    <label>
      orange
    </label>
    <item>
      <p>orange fruit</p>
      <list type="ordered:arabic">
        <item>
          <p>sublist</p>
        </item>
        <item>
          <p>sublist</p>
        </item>
      </list>
    </item>
  </list>
</div>
<div type="level1" id="html-blocks">
  <head>HTML Blocks</head>
  <p>Simple block on one line:</p>
  <p>foo</p>
  <p>And nested without indentation:</p>
  <p>foo</p>
  <p>bar</p>
  <p>Interpreted markdown in a table:</p>
  <p>This is <hi rendition="simple:italic">emphasized</hi></p>
  <p>And this is <hi rendition="simple:bold">strong</hi></p>
  <p>Here’s a simple block:</p>
  <p>foo</p>
  <p>This should be a code block, though:</p>
  <ab type='codeblock '>
&lt;div&gt;
    foo
&lt;/div&gt;
</ab>
  <p>As should this:</p>
  <ab type='codeblock '>
&lt;div&gt;foo&lt;/div&gt;
</ab>
  <p>Now, nested:</p>
  <p>foo</p>
  <p>This should just be an HTML comment:</p>
  <p>Multiline:</p>
  <p>Code block:</p>
  <ab type='codeblock '>
&lt;!-- Comment --&gt;
</ab>
  <p>Just plain comment, with trailing spaces on the line:</p>
  <p>Code:</p>
  <ab type='codeblock '>
&lt;hr /&gt;
</ab>
  <p>Hr’s:</p>
  <milestone unit="undefined" type="separator" rendition="line" />
</div>
<div type="level1" id="inline-markup">
  <head>Inline Markup</head>
  <p>This is <hi rendition="simple:italic">emphasized</hi>, and so
  <hi rendition="simple:italic">is this</hi>.</p>
  <p>This is <hi rendition="simple:bold">strong</hi>, and so
  <hi rendition="simple:bold">is this</hi>.</p>
  <p>An <hi rendition="simple:italic"><ref target="/url">emphasized
  link</ref></hi>.</p>
  <p><hi rendition="simple:bold"><hi rendition="simple:italic">This is strong
  and em.</hi></hi></p>
  <p>So is
  <hi rendition="simple:bold"><hi rendition="simple:italic">this</hi></hi>
  word.</p>
  <p><hi rendition="simple:bold"><hi rendition="simple:italic">This is strong
  and em.</hi></hi></p>
  <p>So is
  <hi rendition="simple:bold"><hi rendition="simple:italic">this</hi></hi>
  word.</p>
  <p>This is code: <seg type="code">&gt;</seg>, <seg type="code">$</seg>,
  <seg type="code">\</seg>, <seg type="code">\$</seg>,
  <seg type="code">&lt;html&gt;</seg>.</p>
  <p><hi rendition="simple:strikethrough">This is
  <hi rendition="simple:italic">strikeout</hi>.</hi></p>
  <p>Superscripts: a<hi rendition="simple:superscript">bc</hi>d
  a<hi rendition="simple:superscript"><hi rendition="simple:italic">hello</hi></hi>
  a<hi rendition="simple:superscript">hello there</hi>.</p>
  <p>Subscripts: H<hi rendition="simple:subscript">2</hi>O,
  H<hi rendition="simple:subscript">23</hi>O,
  H<hi rendition="simple:subscript">many of them</hi>O.</p>
  <p>These should not be superscripts or subscripts, because of the unescaped
  spaces: a^b c^d, a~b c~d.</p>
  <milestone unit="undefined" type="separator" rendition="line" />
</div>
<div type="level1" id="smart-quotes-ellipses-dashes">
  <head>Smart quotes, ellipses, dashes</head>
  <p><quote>Hello,</quote> said the spider. <quote><quote>Shelob</quote> is my
  name.</quote></p>
  <p><quote>A</quote>, <quote>B</quote>, and <quote>C</quote> are letters.</p>
  <p><quote>Oak,</quote> <quote>elm,</quote> and <quote>beech</quote> are
  names of trees. So is <quote>pine.</quote></p>
  <p><quote>He said, <quote>I want to go.</quote></quote> Were you alive in
  the 70’s?</p>
  <p>Here is some quoted <quote><seg type="code">code</seg></quote> and a
  <quote><ref target="http://example.com/?foo=1&amp;bar=2">quoted
  link</ref></quote>.</p>
  <p>Some dashes: one—two — three—four — five.</p>
  <p>Dashes between numbers: 5–7, 255–66, 1987–1999.</p>
  <p>Ellipses…and…and….</p>
  <milestone unit="undefined" type="separator" rendition="line" />
</div>
<div type="level1" id="latex">
  <head>LaTeX</head>
  <list type="unordered">
    <item>
      <p></p>
    </item>
    <item>
      <p><formula notation="TeX">2+2=4</formula></p>
    </item>
    <item>
      <p><formula notation="TeX">x \in y</formula></p>
    </item>
    <item>
      <p><formula notation="TeX">\alpha \wedge \omega</formula></p>
    </item>
    <item>
      <p><formula notation="TeX">223</formula></p>
    </item>
    <item>
      <p><formula notation="TeX">p</formula>-Tree</p>
    </item>
    <item>
      <p>Here’s some display math: <figure type="math">
        <formula notation="TeX">\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}</formula>
      </figure></p>
    </item>
    <item>
      <p>Here’s one that has a line break in it:
      <formula notation="TeX">\alpha + \omega \times x^2</formula>.</p>
    </item>
  </list>
  <p>These shouldn’t be math:</p>
  <list type="unordered">
    <item>
      <p>To get the famous equation, write
      <seg type="code">$e = mc^2$</seg>.</p>
    </item>
    <item>
      <p>$22,000 is a <hi rendition="simple:italic">lot</hi> of money. So is
      $34,000. (It worked if <quote>lot</quote> is emphasized.)</p>
    </item>
    <item>
      <p>Shoes ($20) and socks ($5).</p>
    </item>
    <item>
      <p>Escaped <seg type="code">$</seg>: $73
      <hi rendition="simple:italic">this should be emphasized</hi> 23$.</p>
    </item>
  </list>
  <p>Here’s a LaTeX table:</p>
  <milestone unit="undefined" type="separator" rendition="line" />
</div>
<div type="level1" id="special-characters">
  <head>Special Characters</head>
  <p>Here is some unicode:</p>
  <list type="unordered">
    <item>
      <p>I hat: Î</p>
    </item>
    <item>
      <p>o umlaut: ö</p>
    </item>
    <item>
      <p>section: §</p>
    </item>
    <item>
      <p>set membership: ∈</p>
    </item>
    <item>
      <p>copyright: ©</p>
    </item>
  </list>
  <p>AT&amp;T has an ampersand in their name.</p>
  <p>AT&amp;T is another way to write it.</p>
  <p>This &amp; that.</p>
  <p>4 &lt; 5.</p>
  <p>6 &gt; 5.</p>
  <p>Backslash: \</p>
  <p>Backtick: `</p>
  <p>Asterisk: *</p>
  <p>Underscore: _</p>
  <p>Left brace: {</p>
  <p>Right brace: }</p>
  <p>Left bracket: [</p>
  <p>Right bracket: ]</p>
  <p>Left paren: (</p>
  <p>Right paren: )</p>
  <p>Greater-than: &gt;</p>
  <p>Hash: #</p>
  <p>Period: .</p>
  <p>Bang: !</p>
  <p>Plus: +</p>
  <p>Minus: -</p>
  <milestone unit="undefined" type="separator" rendition="line" />
</div>
<div type="level1" id="links">
  <head>Links</head>
  <div type="level2" id="explicit">
    <head>Explicit</head>
    <p>Just a <ref target="/url/">URL</ref>.</p>
    <p><ref target="/url/">URL and title</ref>.</p>
    <p><ref target="/url/">URL and title</ref>.</p>
    <p><ref target="/url/">URL and title</ref>.</p>
    <p><ref target="/url/">URL and title</ref></p>
    <p><ref target="/url/">URL and title</ref></p>
    <p><ref target="/url/with_underscore">with_underscore</ref></p>
    <p>Email link (nobody@nowhere.net)</p>
    <p><ref target="">Empty</ref>.</p>
  </div>
  <div type="level2" id="reference">
    <head>Reference</head>
    <p>Foo <ref target="/url/">bar</ref>.</p>
    <p>With <ref target="/url/">embedded [brackets]</ref>.</p>
    <p><ref target="/url/">b</ref> by itself should be a link.</p>
    <p>Indented <ref target="/url">once</ref>.</p>
    <p>Indented <ref target="/url">twice</ref>.</p>
    <p>Indented <ref target="/url">thrice</ref>.</p>
    <p>This should [not][] be a link.</p>
    <ab type='codeblock '>
[not]: /url
</ab>
    <p>Foo <ref target="/url/">bar</ref>.</p>
    <p>Foo <ref target="/url/">biz</ref>.</p>
  </div>
  <div type="level2" id="with-ampersands">
    <head>With ampersands</head>
    <p>Here’s a <ref target="http://example.com/?foo=1&amp;bar=2">link with an
    ampersand in the URL</ref>.</p>
    <p>Here’s a link with an amersand in the link text:
    <ref target="http://att.com/">AT&amp;T</ref>.</p>
    <p>Here’s an <ref target="/script?foo=1&amp;bar=2">inline link</ref>.</p>
    <p>Here’s an <ref target="/script?foo=1&amp;bar=2">inline link in pointy
    braces</ref>.</p>
  </div>
  <div type="level2" id="autolinks">
    <head>Autolinks</head>
    <p>With an ampersand:
    <ref target="http://example.com/?foo=1&amp;bar=2">http://example.com/?foo=1&amp;bar=2</ref></p>
    <list type="unordered">
      <item>
        <p>In a list?</p>
      </item>
      <item>
        <p><ref target="http://example.com/">http://example.com/</ref></p>
      </item>
      <item>
        <p>It should.</p>
      </item>
    </list>
    <p>An e-mail address: nobody@nowhere.net</p>
    <quote>
      <p>Blockquoted:
      <ref target="http://example.com/">http://example.com/</ref></p>
    </quote>
    <p>Auto-links should not occur here:
    <seg type="code">&lt;http://example.com/&gt;</seg></p>
    <ab type='codeblock '>
or here: &lt;http://example.com/&gt;
</ab>
    <milestone unit="undefined" type="separator" rendition="line" />
  </div>
</div>
<div type="level1" id="images">
  <head>Images</head>
  <p>From <quote>Voyage dans la Lune</quote> by Georges Melies (1902):</p>
  <p><figure>
    <head>lalune</head>
    <graphic url="lalune.jpg" />
    <figDesc>fig:Voyage dans la Lune</figDesc>
  </figure></p>
  <p>Here is a movie <figure>
    <head>movie</head>
    <graphic url="movie.jpg" />
  </figure> icon.</p>
  <milestone unit="undefined" type="separator" rendition="line" />
</div>
<div type="level1" id="footnotes">
  <head>Footnotes</head>
  <p>Here is a footnote reference,<note>
    <p>Here is the footnote. It can go anywhere after the footnote reference.
    It need not be placed at the end of the document.</p>
  </note> and another.<note>
    <p>Here’s the long note. This one contains multiple blocks.</p>
    <p>Subsequent blocks are indented to show that they belong to the footnote
    (as with list items).</p>
    <ab type='codeblock '>
  { &lt;code&gt; }
</ab>
    <p>If you want, you can indent every line, but you can also be lazy and
    just indent the first line of each block.</p>
  </note> This should <hi rendition="simple:italic">not</hi> be a footnote
  reference, because it contains a space.[^my note] Here is an inline
  note.<note>
    <p>This is <hi rendition="simple:italic">easier</hi> to type. Inline notes
    may contain <ref target="http://google.com">links</ref> and
    <seg type="code">]</seg> verbatim characters, as well as [bracketed
    text].</p>
  </note></p>
  <quote>
    <p>Notes can go in quotes.<note>
      <p>In quote.</p>
    </note></p>
  </quote>
  <list type="ordered:arabic">
    <item>
      <p>And in list items.<note>
        <p>In list.</p>
      </note></p>
    </item>
  </list>
  <p>This paragraph should not be part of the note, as it is not indented.</p>
</div>
</body>
</text>
</TEI>