diff options
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/5541-localLink.md | 2 | ||||
| -rw-r--r-- | test/command/5541-urlLink.md | 2 | ||||
| -rw-r--r-- | test/command/6675.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/command/5541-localLink.md b/test/command/5541-localLink.md index 9579dc00e..9214895a0 100644 --- a/test/command/5541-localLink.md +++ b/test/command/5541-localLink.md @@ -42,7 +42,7 @@ if you can read this text, [and it's linked]{#spanner} - all good! </ParagraphStyle> <ParagraphStyle Self="ParagraphStyle/FirstParagraph" Name="FirstParagraph" LeftIndent="0"> <Properties> - <BasedOn type="object">$ID/NormalParagraphStyle</BasedOn> + <BasedOn type="object">Paragraph</BasedOn> </Properties> </ParagraphStyle> <ParagraphStyle Self="ParagraphStyle/Header1" Name="Header1" LeftIndent="0" PointSize="36"> diff --git a/test/command/5541-urlLink.md b/test/command/5541-urlLink.md index 00fa750f5..35cd196a7 100644 --- a/test/command/5541-urlLink.md +++ b/test/command/5541-urlLink.md @@ -38,7 +38,7 @@ some more text that [links to](https://www.pandoc.org) Pandoc. </ParagraphStyle> <ParagraphStyle Self="ParagraphStyle/FirstParagraph" Name="FirstParagraph" LeftIndent="0"> <Properties> - <BasedOn type="object">$ID/NormalParagraphStyle</BasedOn> + <BasedOn type="object">Paragraph</BasedOn> </Properties> </ParagraphStyle> <ParagraphStyle Self="ParagraphStyle/Header1" Name="Header1" LeftIndent="0" PointSize="36"> diff --git a/test/command/6675.md b/test/command/6675.md index 6d4d2207b..18bb5ad9a 100644 --- a/test/command/6675.md +++ b/test/command/6675.md @@ -40,7 +40,7 @@ and some text that [links to](#header-1) the first header </ParagraphStyle> <ParagraphStyle Self="ParagraphStyle/FirstParagraph" Name="FirstParagraph" LeftIndent="0"> <Properties> - <BasedOn type="object">$ID/NormalParagraphStyle</BasedOn> + <BasedOn type="object">Paragraph</BasedOn> </Properties> </ParagraphStyle> <ParagraphStyle Self="ParagraphStyle/Header1" Name="Header1" LeftIndent="0" PointSize="36"> |
