mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
Support header and footer in MAN reader
This commit is contained in:
committed by
John MacFarlane
parent
10404ca6d5
commit
1bee23683d
+1
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user