2017-10-23 17:29:32 -07:00
|
|
|
```
|
2021-09-21 10:16:45 -07:00
|
|
|
% pandoc -f markdown -t native
|
2017-11-01 09:15:15 -07:00
|
|
|
<span title="1st line of text <br> 2nd line of text">foo</span>
|
2017-11-01 09:27:51 -07:00
|
|
|
<span title="1st line of text <br> 2nd line of text">foo</span>
|
2017-10-23 17:29:32 -07:00
|
|
|
^D
|
2021-09-19 12:09:51 -07:00
|
|
|
[ Para
|
2021-09-28 21:17:53 -07:00
|
|
|
[ Span
|
|
|
|
( ""
|
|
|
|
, []
|
|
|
|
, [ ( "title" , "1st line of text <br> 2nd line of text" ) ]
|
|
|
|
)
|
|
|
|
[ Str "foo" ]
|
|
|
|
, SoftBreak
|
|
|
|
, Span
|
|
|
|
( ""
|
|
|
|
, []
|
|
|
|
, [ ( "title" , "1st line of text <br> 2nd line of text" ) ]
|
|
|
|
)
|
|
|
|
[ Str "foo" ]
|
|
|
|
]
|
2021-09-19 12:09:51 -07:00
|
|
|
]
|
2017-10-23 17:29:32 -07:00
|
|
|
```
|