Skip to content

Commit

Permalink
Updated templates for pandoc 2.17.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Jan 14, 2022
1 parent 1e6f023 commit 8d03406
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions default.html4
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ $endif$
$for(css)$
<link rel="stylesheet" href="$css$" type="text/css" />
$endfor$
$if(math)$
$math$
$endif$
$for(header-includes)$
$header-includes$
$endfor$
$if(math)$
$math$
$endif$
</head>
<body>
$for(include-before)$
Expand Down
6 changes: 3 additions & 3 deletions default.html5
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ $endif$
$for(css)$
<link rel="stylesheet" href="$css$" />
$endfor$
$for(header-includes)$
$header-includes$
$endfor$
$if(math)$
$math$
$endif$
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
$for(header-includes)$
$header-includes$
$endfor$
</head>
<body>
$for(include-before)$
Expand Down

0 comments on commit 8d03406

Please sign in to comment.