Pandoc Meta { unMeta = fromList [] } [ Header 2 ( "an-internal-link-and-an-external-link" , [] , [] ) [ Str "An internal link and an external link" ] , Para [ Str "An " , Link ( "" , [] , [] ) [ Str "external link" ] ( "http://google.com" , "" ) , Str " to a popular website." ] , Para [ Str "An " , Link ( "" , [] , [] ) [ Str "external link" ] ( "http://pandoc.org/README.html#synopsis" , "" ) , Str " to a website with an anchor." ] , Para [ Str "An " , Link ( "" , [] , [] ) [ Str "internal link" ] ( "#a-section-for-testing-link-targets" , "" ) , Str " to a section header." ] , Para [ Str "An " , Link ( "" , [] , [] ) [ Str "internal link" ] ( "#my_bookmark" , "" ) , Str " to a bookmark." ] , Header 2 ( "a-section-for-testing-link-targets" , [] , [] ) [ Str "A section for testing link targets" ] , Para [ Str "A bookmark right " , Span ( "my_bookmark" , [ "anchor" ] , [] ) [] , Str "here" ] ]