-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P5
-
Affects Version/s: None
-
Component/s: infrastructure
In the default HTML5 template pandoc has html5shiv to support IE < 9:
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
This pulls javascript from an external repository. This feature was removed in pandoc 3.1.11.1.
As it is unlikely people use IE < 9, we can remove this code by regenerating html files with pandoc 3.1.11.1.
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
This pulls javascript from an external repository. This feature was removed in pandoc 3.1.11.1.
As it is unlikely people use IE < 9, we can remove this code by regenerating html files with pandoc 3.1.11.1.