aboutsummaryrefslogtreecommitdiff
path: root/test/odt/native/referenceToText.native
blob: d3c510bfd073989f644ae2b1116e79c9d026382e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pandoc
  Meta { unMeta = fromList [] }
  [ Para
      [ Span ( "an anchor" , [] , [] ) [] , Str "Some text." ]
  , Para
      [ Str "A reference to "
      , Link
          ( "" , [] , [] ) [ Str "Some text" ] ( "#an anchor" , "" )
      , Str "."
      ]
  , Para
      [ Str "Some text"
      , LineBreak
      , Str "Another one with a link"
      , Span ( "anchor" , [] , [] ) []
      ]
  ]