forked from jgm/pandoc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
\jgm#8986 fix bug of meta by splitting
- Loading branch information
1 parent
156180b
commit a87f67e
Showing
3 changed files
with
286 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,182 @@ | ||
[Table ("",[],[]) (Caption Nothing | ||
[]) | ||
[(AlignDefault,ColWidth 1.0)] | ||
(TableHead ("",[],[]) | ||
[]) | ||
[(TableBody ("",[],[]) (RowHeadColumns 0) | ||
[] | ||
[Row ("",[],[]) | ||
[Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1) | ||
[]] | ||
,Row ("",[],[]) | ||
[Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1) | ||
[Plain [Str "User\8217s",Space,Str "Guide"]]] | ||
,Row ("",[],[]) | ||
[Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1) | ||
[]] | ||
,Row ("",[],[]) | ||
[Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1) | ||
[]] | ||
,Row ("",[],[]) | ||
[Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1) | ||
[]] | ||
,Row ("",[],[]) | ||
[Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1) | ||
[Plain [Str "11",Space,Str "August",Space,Str "2017"]]] | ||
,Row ("",[],[]) | ||
[Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1) | ||
[]] | ||
,Row ("",[],[]) | ||
[Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1) | ||
[]] | ||
,Row ("",[],[]) | ||
[Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1) | ||
[]] | ||
,Row ("",[],[]) | ||
[Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1) | ||
[]]])] | ||
(TableFoot ("",[],[]) | ||
[]) | ||
,Para [Str "CONTENTS"] | ||
,Para [Strong [Str "Section",Space,Str "Page"]] | ||
,Para [Str "FIGURES",Space,Link ("",[],[]) [Str "iv"] ("#figures","")] | ||
,Para [Str "TABLES",Space,Link ("",[],[]) [Str "v"] ("#tables","")] | ||
,Para [Str "SECTION",Space,Str "1",Space,Str "Introduction",Space,Link ("",[],[]) [Str "2"] ("#introduction","")] | ||
,Header 1 ("figures",["Heading-0"],[]) [Str "FIGURES"] | ||
,Para [Strong [Str "Figure",Space,Str "Page"]] | ||
,Para [Strong [Str "No",Space,Str "table",Space,Str "of",Space,Str "figures",Space,Str "entries",Space,Str "found."]] | ||
,Header 1 ("tables",["Heading-0"],[]) [Str "TABLES"] | ||
,Para [Strong [Str "Table",Space,Str "Page"]] | ||
,Para [Strong [Str "No",Space,Str "table",Space,Str "of",Space,Str "figures",Space,Str "entries",Space,Str "found."]] | ||
,Header 1 ("introduction",[],[]) [Str "Introduction"] | ||
,Para [Str "Nothing",Space,Str "to",Space,Str "introduce,",Space,Str "yet."]] | ||
Pandoc | ||
Meta | ||
{ unMeta = | ||
fromList [ ( "title" , MetaInlines [ Str "CONTENTS" ] ) ] | ||
} | ||
[ Table | ||
( "" , [] , [] ) | ||
(Caption Nothing []) | ||
[ ( AlignDefault , ColWidth 1.0 ) ] | ||
(TableHead ( "" , [] , [] ) []) | ||
[ TableBody | ||
( "" , [] , [] ) | ||
(RowHeadColumns 0) | ||
[] | ||
[ Row | ||
( "" , [] , [] ) | ||
[ Cell | ||
( "" , [] , [] ) | ||
AlignDefault | ||
(RowSpan 1) | ||
(ColSpan 1) | ||
[] | ||
] | ||
, Row | ||
( "" , [] , [] ) | ||
[ Cell | ||
( "" , [] , [] ) | ||
AlignDefault | ||
(RowSpan 1) | ||
(ColSpan 1) | ||
[ Plain [ Str "User\8217s" , Space , Str "Guide" ] ] | ||
] | ||
, Row | ||
( "" , [] , [] ) | ||
[ Cell | ||
( "" , [] , [] ) | ||
AlignDefault | ||
(RowSpan 1) | ||
(ColSpan 1) | ||
[] | ||
] | ||
, Row | ||
( "" , [] , [] ) | ||
[ Cell | ||
( "" , [] , [] ) | ||
AlignDefault | ||
(RowSpan 1) | ||
(ColSpan 1) | ||
[] | ||
] | ||
, Row | ||
( "" , [] , [] ) | ||
[ Cell | ||
( "" , [] , [] ) | ||
AlignDefault | ||
(RowSpan 1) | ||
(ColSpan 1) | ||
[] | ||
] | ||
, Row | ||
( "" , [] , [] ) | ||
[ Cell | ||
( "" , [] , [] ) | ||
AlignDefault | ||
(RowSpan 1) | ||
(ColSpan 1) | ||
[ Plain | ||
[ Str "11" | ||
, Space | ||
, Str "August" | ||
, Space | ||
, Str "2017" | ||
] | ||
] | ||
] | ||
, Row | ||
( "" , [] , [] ) | ||
[ Cell | ||
( "" , [] , [] ) | ||
AlignDefault | ||
(RowSpan 1) | ||
(ColSpan 1) | ||
[] | ||
] | ||
, Row | ||
( "" , [] , [] ) | ||
[ Cell | ||
( "" , [] , [] ) | ||
AlignDefault | ||
(RowSpan 1) | ||
(ColSpan 1) | ||
[] | ||
] | ||
, Row | ||
( "" , [] , [] ) | ||
[ Cell | ||
( "" , [] , [] ) | ||
AlignDefault | ||
(RowSpan 1) | ||
(ColSpan 1) | ||
[] | ||
] | ||
, Row | ||
( "" , [] , [] ) | ||
[ Cell | ||
( "" , [] , [] ) | ||
AlignDefault | ||
(RowSpan 1) | ||
(ColSpan 1) | ||
[] | ||
] | ||
] | ||
] | ||
(TableFoot ( "" , [] , [] ) []) | ||
, Para [ Strong [ Str "Section" , Space , Str "Page" ] ] | ||
, Para | ||
[ Str "FIGURES" | ||
, Space | ||
, Link ( "" , [] , [] ) [ Str "iv" ] ( "#figures" , "" ) | ||
] | ||
, Para | ||
[ Str "TABLES" | ||
, Space | ||
, Link ( "" , [] , [] ) [ Str "v" ] ( "#tables" , "" ) | ||
] | ||
, Para | ||
[ Str "SECTION" | ||
, Space | ||
, Str "1" | ||
, Space | ||
, Str "Introduction" | ||
, Space | ||
, Link ( "" , [] , [] ) [ Str "2" ] ( "#introduction" , "" ) | ||
] | ||
, Header | ||
1 ( "figures" , [ "Heading-0" ] , [] ) [ Str "FIGURES" ] | ||
, Para [ Strong [ Str "Figure" , Space , Str "Page" ] ] | ||
, Para | ||
[ Strong | ||
[ Str "No" | ||
, Space | ||
, Str "table" | ||
, Space | ||
, Str "of" | ||
, Space | ||
, Str "figures" | ||
, Space | ||
, Str "entries" | ||
, Space | ||
, Str "found." | ||
] | ||
] | ||
, Header | ||
1 ( "tables" , [ "Heading-0" ] , [] ) [ Str "TABLES" ] | ||
, Para [ Strong [ Str "Table" , Space , Str "Page" ] ] | ||
, Para | ||
[ Strong | ||
[ Str "No" | ||
, Space | ||
, Str "table" | ||
, Space | ||
, Str "of" | ||
, Space | ||
, Str "figures" | ||
, Space | ||
, Str "entries" | ||
, Space | ||
, Str "found." | ||
] | ||
] | ||
, Header | ||
1 ( "introduction" , [] , [] ) [ Str "Introduction" ] | ||
, Para | ||
[ Str "Nothing" | ||
, Space | ||
, Str "to" | ||
, Space | ||
, Str "introduce," | ||
, Space | ||
, Str "yet." | ||
] | ||
] |
Oops, something went wrong.