mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-23 08:46:56 +00:00
Docx writer: add IDs to native_numbering test
This commit is contained in:
committed by
John MacFarlane
parent
31d6a494de
commit
2444cbc668
Binary file not shown.
@@ -1,8 +1,10 @@
|
||||
[Para [Str "No",Space,Str "width",Space,Str "given:"]
|
||||
,Para [Image ("",[],[]) [Str "testimg"] ("lalune.jpg","fig:")]
|
||||
,Para [Image ("fig:testimg",[],[]) [Str "testimg"] ("lalune.jpg","fig:")]
|
||||
,Para [Str "With",Space,Str "height",Space,Str "10cm:"]
|
||||
,Para [Image ("",[],[("height","10cm")]) [Str "2testimg"] ("lalune.jpg","fig:")]
|
||||
,Para [Image ("fig:2testimg",[],[("height","10cm")]) [Str "2testimg"] ("lalune.jpg","fig:")]
|
||||
,Para [Str "With",Space,Str "width",Space,Str "6cm:"]
|
||||
,Para [Image ("",[],[("width","6cm")]) [Str "3testimg"] ("lalune.jpg","fig:")]
|
||||
,Header 1 ("with-height-3in-and-width-6in",[],[]) [Str "With",Space,Str "height",Space,Str "3in",Space,Str "and",Space,Str "width",Space,Str "6in:"]
|
||||
,Para [Image ("",[],[("width","6in"),("height","3in")]) [Str "4testimg"] ("lalune.jpg","fig:")]]
|
||||
,Para [Image ("",[],[("width","6in"),("height","3in")]) [Str "4testimg"] ("lalune.jpg","fig:")]
|
||||
,Para [RawInline (Format "openxml") "<w:fldSimple w:instr=\"REF ref_fig:testimg\" />"]
|
||||
,Para [RawInline (Format "openxml") "<w:fldSimple w:instr=\"REF ref_fig:2testimg\" />"]]
|
||||
|
||||
Reference in New Issue
Block a user