pandoc/test/rtf/bookmark.native
John MacFarlane b185560a8e RTF reader: better handling of \* and bookmarks.
We now ensure that groups starting with `\*` never cause
text to be added to the document.

In addition, bookmarks now create a span between the start
and end of the bookmark, rather than an empty span.
2021-09-04 11:06:01 -07:00

3 lines
163 B
Text

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