Skip to content

Commit 9279b9a

Browse files
authored
Enable MathJAX on candidate pages (#1232)
1 parent 7c2b32b commit 9279b9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

datafiles/templates/Html/candidate-page.html.st

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
<meta name="viewport" content="width=device-width, initial-scale=1"/>
1515
<link rel="search" href="/packages/opensearch.xml" type="application/opensearchdescription+xml" title="Hackage"/>
1616
<link rel="canonical" href="/package/$package.name$"/>
17+
<script src="/static/jquery.min.js"></script>
18+
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml-full.js" type="text/javascript"></script>
1719
</head>
1820

1921
<body>

0 commit comments

Comments
 (0)