aboutsummaryrefslogtreecommitdiff
path: root/test/command/6970.md
blob: 45d9b76bdcccebe143f5692d363fd1a3703c795a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
```
% pandoc -f html -t native
<a name="foo" class="bar baz" href='https://example.com' target='_blank'>https://example.com<a>
^D
[ Plain
    [ Link
        ( "foo" , [ "bar" , "baz" ] , [ ( "target" , "_blank" ) ] )
        [ Str "https://example.com" ]
        ( "https://example.com" , "" )
    ]
]
```