2017-10-24 02:29:32 +02:00
|
|
|
```
|
2021-09-21 19:16:45 +02:00
|
|
|
% pandoc -f markdown -t native
|
2017-11-01 17:15:15 +01:00
|
|
|
<span title="1st line of text <br> 2nd line of text">foo</span>
|
2017-11-01 17:27:51 +01:00
|
|
|
<span title="1st line of text <br> 2nd line of text">foo</span>
|
2017-10-24 02:29:32 +02:00
|
|
|
^D
|
2021-09-19 21:09:51 +02:00
|
|
|
[ Para
|
2021-09-29 06:17:53 +02: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 21:09:51 +02:00
|
|
|
]
|
2017-10-24 02:29:32 +02:00
|
|
|
```
|