aboutsummaryrefslogtreecommitdiff
path: root/test/command/refs.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/refs.md')
-rw-r--r--test/command/refs.md44
1 files changed, 24 insertions, 20 deletions
diff --git a/test/command/refs.md b/test/command/refs.md
index c6457be4c..cf2395fb8 100644
--- a/test/command/refs.md
+++ b/test/command/refs.md
@@ -133,11 +133,12 @@ Accuracy~\eqref{eq:Accuracy} is the proportion, measuring true results among all
Figure \ref{fig:Logo} illustrated the SVG logo
^D
-[ Para
- [ Image
- ( "fig:Logo" , [] , [] )
- [ Str "Logo" ]
- ( "command/SVG_logo.svg" , "fig:" )
+[ Figure
+ ( "fig:Logo" , [] , [] )
+ (Caption Nothing [ Plain [ Str "Logo" ] ])
+ [ Plain
+ [ Image ( "" , [] , [] ) [] ( "command/SVG_logo.svg" , "" )
+ ]
]
, Para
[ Str "Figure"
@@ -195,25 +196,28 @@ Figure \ref{fig:Logo2} illustrated the SVG logo
Figure \ref{fig:Logo3} illustrated the SVG logo
^D
[ Header 1 ( "one" , [] , [] ) [ Str "One" ]
-, Para
- [ Image
- ( "fig:Logo" , [] , [] )
- [ Str "Logo" ]
- ( "command/SVG_logo.svg" , "fig:" )
+, Figure
+ ( "fig:Logo" , [] , [] )
+ (Caption Nothing [ Plain [ Str "Logo" ] ])
+ [ Plain
+ [ Image ( "" , [] , [] ) [] ( "command/SVG_logo.svg" , "" )
+ ]
]
-, Para
- [ Image
- ( "fig:Logo2" , [] , [] )
- [ Str "Logo2" ]
- ( "command/SVG_logo2.svg" , "fig:" )
+, Figure
+ ( "fig:Logo2" , [] , [] )
+ (Caption Nothing [ Plain [ Str "Logo2" ] ])
+ [ Plain
+ [ Image ( "" , [] , [] ) [] ( "command/SVG_logo2.svg" , "" )
+ ]
]
, Header 1 ( "two" , [] , [] ) [ Str "Two" ]
, Header 2 ( "subone" , [] , [] ) [ Str "Subone" ]
-, Para
- [ Image
- ( "fig:Logo3" , [] , [] )
- [ Str "Logo3" ]
- ( "command/SVG_logo3.svg" , "fig:" )
+, Figure
+ ( "fig:Logo3" , [] , [] )
+ (Caption Nothing [ Plain [ Str "Logo3" ] ])
+ [ Plain
+ [ Image ( "" , [] , [] ) [] ( "command/SVG_logo3.svg" , "" )
+ ]
]
, Para
[ Str "Figure"