aboutsummaryrefslogtreecommitdiff
path: root/test/rtf/bookmark.native
diff options
context:
space:
mode:
Diffstat (limited to 'test/rtf/bookmark.native')
-rw-r--r--test/rtf/bookmark.native11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/rtf/bookmark.native b/test/rtf/bookmark.native
new file mode 100644
index 000000000..8f6df567c
--- /dev/null
+++ b/test/rtf/bookmark.native
@@ -0,0 +1,11 @@
+Pandoc
+ Meta { unMeta = fromList [] }
+ [ Para
+ [ Span ( "bookmark_1" , [] , [] ) [ Str "Bookmark_1" ] ]
+ , Para
+ [ Link
+ ( "" , [] , [] )
+ [ Str "click" , Space , Str "me" ]
+ ( "#bookmark_1" , "" )
+ ]
+ ]