diff options
| author | John MacFarlane <[email protected]> | 2025-11-08 15:07:05 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-11-08 15:07:05 +0100 |
| commit | d13b0bfe8aaf024edbff8525aa3cb2fdb451b429 (patch) | |
| tree | 362fbf6b980c5c4e3d5b44a8442e97df32b324d0 /test/command/5541-localLink.md | |
| parent | f1152c18111889a1ddd376420a717ad9f9b484b0 (diff) | |
ICML writer: base FirstParagraph styles on corresponding...issue_11268
Paragraph styles. This should ensure that existing documents
still work with the FirstParagraph style, without the need
to define new styles.
Diffstat (limited to 'test/command/5541-localLink.md')
| -rw-r--r-- | test/command/5541-localLink.md | 2 |
1 files changed, 1 insertions, 1 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"> |
