Support header and footer in MAN reader

This commit is contained in:
Sean Soon
2025-08-26 13:34:33 +01:00
committed by John MacFarlane
parent 10404ca6d5
commit 1bee23683d
3 changed files with 16 additions and 11 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
.TH "Pandoc Man tests" "" "Oct 17, 2018" "" ""
.TH "PANDOC-MAN-TESTS" "1" "Oct 17, 2018" "v1.0.1" "Pandoc Tests"
.PP
This is a set of tests for pandoc.
.PP
+5 -9
View File
@@ -6,16 +6,12 @@ Pandoc
, MetaInlines
[ Str "Oct" , Space , Str "17," , Space , Str "2018" ]
)
, ( "section" , MetaInlines [] )
, ( "title"
, MetaInlines
[ Str "Pandoc"
, Space
, Str "Man"
, Space
, Str "tests"
]
, ( "footer" , MetaInlines [ Str "v1.0.1" ] )
, ( "header"
, MetaInlines [ Str "Pandoc" , Space , Str "Tests" ]
)
, ( "section" , MetaInlines [ Str "1" ] )
, ( "title" , MetaInlines [ Str "PANDOC-MAN-TESTS" ] )
]
}
[ Para