```
% 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" , "" )
    ]
]
```