aboutsummaryrefslogtreecommitdiff
path: root/test/command/refs.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-09-29 08:28:54 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-09-29 08:28:54 -0700
commit92abe458638d9824725ef8c70eb3613f5cc89217 (patch)
tree0a5367659f22d07270981ac521223d56e5582771 /test/command/refs.md
parent0bdcf415e4eff83ad8e35c1d41c8a28e0bbd5da1 (diff)
downloadpandoc-92abe458638d9824725ef8c70eb3613f5cc89217.tar.gz
Further test updates for switch to pretty-show.
Diffstat (limited to 'test/command/refs.md')
-rw-r--r--test/command/refs.md49
1 files changed, 25 insertions, 24 deletions
diff --git a/test/command/refs.md b/test/command/refs.md
index d89e745ff..fb362febe 100644
--- a/test/command/refs.md
+++ b/test/command/refs.md
@@ -116,31 +116,32 @@ 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:" )
- ]
+ [ Image
+ ( "fig:Logo" , [] , [] )
+ [ Str "Logo" ]
+ ( "command/SVG_logo.svg" , "fig:" )
+ ]
, Para
- [ Str "Figure"
- , Space
- , Link
- ( ""
- , []
- ,
- [ ( "reference-type", "ref" ), ( "reference", "fig:Logo" ) ]
- )
- [ Str "1" ]
- ( "#fig:Logo", "" )
- , Space
- , Str "illustrated"
- , Space
- , Str "the"
- , Space
- , Str "SVG"
- , Space
- , Str "logo"
- ]
+ [ Str "Figure"
+ , Space
+ , Link
+ ( ""
+ , []
+ , [ ( "reference-type" , "ref" )
+ , ( "reference" , "fig:Logo" )
+ ]
+ )
+ [ Str "1" ]
+ ( "#fig:Logo" , "" )
+ , Space
+ , Str "illustrated"
+ , Space
+ , Str "the"
+ , Space
+ , Str "SVG"
+ , Space
+ , Str "logo"
+ ]
]
```