pandoc/test/rtf/bookmark.native

12 lines
250 B
Text
Raw Normal View History

Pandoc
Meta { unMeta = fromList [] }
[ Para
[ Span ( "bookmark_1" , [] , [] ) [ Str "Bookmark_1" ] ]
, Para
[ Link
( "" , [] , [] )
[ Str "click" , Space , Str "me" ]
( "#bookmark_1" , "" )
]
]