pandoc/test/docx/pageref.native
Milan Bracke 6acc82c5d2 Docx parser: implement PAGEREF fields
These fields, often used in tables of contents, can be a hyperlink.
2021-10-18 19:15:40 -07:00

4 lines
218 B
Text

[Para [Str "Title",Space,Link ("",[],[]) [Str "2"] ("#title","")]
,Para [Str "Title2",Space,Link ("",[],[]) [Str "2"] ("#title2","")]
,Header 1 ("title", [],[]) [Str "Title"]
,Header 1 ("title2",[],[]) [Str "Title2"]]