File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -449,7 +449,7 @@ function pandocVariablesToThemeDefaults(
449449 add ( explicitVars , "grid-sidebar-base-width" , gridObj [ "sidebar-base-width" ] ) ;
450450 add ( explicitVars , "grid-margin-base-width" , gridObj [ "margin-base-width" ] ) ;
451451 add ( explicitVars , "grid-body-base-width" , gridObj [ "body-base-width" ] ) ;
452- add ( explicitVars , "grid-gutter-width" , gridObj [ "gutter-width" ] ) ;
452+ add ( explicitVars , "grid-column- gutter-width" , gridObj [ "gutter-width" ] ) ;
453453 }
454454 return explicitVars ;
455455}
Original file line number Diff line number Diff line change 7878 Target page width for output (used to compute columns widths for `layout` divs).
7979 Defaults to 6.5 inches, which corresponds to default letter page settings in
8080 docx and odt.
81+
82+ - name : grid
83+ schema :
84+ object :
85+ closed : true
86+ properties :
87+ sidebar-base-width :
88+ string :
89+ description : " The base width of the sidebar (left) column in an HTML page."
90+ margin-base-width :
91+ string :
92+ description : " The base width of the margin (right) column in an HTML page."
93+ body-base-width :
94+ string :
95+ description : " The base width of the body (center) column in an HTML page."
96+ gutter-width :
97+ string :
98+ description : " The width of the gutter that appears between columns in an HTML page."
99+
81100- name : appendix-style
82101 schema :
83102 anyOf :
You can’t perform that action at this time.
0 commit comments