Skip to content

Commit b4ef2c4

Browse files
committed
Adjust expected ms output to recent pandoc changes
1 parent 8234f84 commit b4ef2c4

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@ jobs:
2828
matrix:
2929
pandoc:
3030
- latest
31-
# The oldest version that's guaranteed to be supported
32-
- 2.17
31+
# The oldest version that's guaranteed to be supported.
32+
# Older versions down to 2.17 should work, too, but aren't
33+
# tested, as there have been syntax changes in the generated
34+
# output.
35+
- 3.7.0.1
3336

3437
container:
3538
image: pandoc/core:${{ matrix.pandoc }}

test/expected.ms

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Suspendisse potenti.
1717
The following does not mark a pagebreak unless the interpretation of
1818
LaTeX commands in plain paragraphs is enabled.
1919
.PP
20-
\[rs]pagebreak
20+
\(rspagebreak
2121
.PP
2222
Cum sociis natoque penatibus et magnis dis parturient montes, nascetur
2323
ridiculus mus.

0 commit comments

Comments
 (0)