pandoc/test/command/6970.md

13 lines
306 B
Markdown
Raw Normal View History

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