pandoc/test/command/6970.md
2021-11-24 11:01:55 -08:00

12 lines
306 B
Markdown

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