13 lines
306 B
Markdown
13 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" , "" )
|
||
|
]
|
||
|
]
|
||
|
```
|