88 < title > Columns - Multiple columns support in Pandoc’s markdown</ title >
99 < style >
1010 html {
11- line-height : 1.5 ;
12- font-family : Georgia, serif;
13- font-size : 20px ;
1411 color : # 1a1a1a ;
1512 background-color : # fdfdfd ;
1613 }
2926 @media (max-width : 600px ) {
3027 body {
3128 font-size : 0.9em ;
32- padding : 1 em ;
29+ padding : 12 px ;
3330 }
3431 h1 {
3532 font-size : 1.8em ;
3633 }
3734 }
3835 @media print {
36+ html {
37+ background-color : white;
38+ }
3939 body {
4040 background-color : transparent;
4141 color : black;
8585 color : # 606060 ;
8686 }
8787 code {
88- font-family : Menlo, Monaco, 'Lucida Console' , Consolas , monospace;
88+ font-family : Menlo, Monaco, Consolas , 'Lucida Console' , monospace;
8989 font-size : 85% ;
9090 margin : 0 ;
91+ hyphens : manual;
9192 }
9293 pre {
9394 margin : 1em 0 ;
158159 margin : 0 0.8em 0.2em -1.6em ;
159160 vertical-align : middle;
160161 }
162+ .display .math {display : block; text-align : center; margin : 0.5rem auto;}
163+ /* CSS for syntax highlighting */
161164 pre > code .sourceCode { white-space : pre; position : relative; }
162165 pre > code .sourceCode > span { display : inline-block; line-height : 1.25 ; }
163166 pre > code .sourceCode > span : empty { height : 1.2em ; }
221224 code span .va { color : # 19177c ; } /* Variable */
222225 code span .vs { color : # 4070a0 ; } /* VerbatimString */
223226 code span .wa { color : # 60a0b0 ; font-weight : bold; font-style : italic; } /* Warning */
224- .display .math {display : block; text-align : center; margin : 0.5rem auto;}
225227 </ style >
226228 < style >
227229 /* Styles added by the columns.lua pandoc filter */
@@ -240,7 +242,7 @@ <h1 class="title">Columns - Multiple columns support in Pandoc’s
240242</ header >
241243< h1 id ="columns "> Columns</ h1 >
242244< p > Multiple columns support in Pandoc’s markdown.</ p >
243- < p > v1.1.2. Copyright: © 2021 Julien Dutant < a
245+ < p > Copyright: ©2021-23 Julien Dutant < a
244246href ="mailto:julien.dutant@kcl.ac.uk "
245247class ="email "> julien.dutant@kcl.ac.uk</ a > License: MIT - see LICENSE
246248file for details.</ p >
0 commit comments