Merge pull request 'MathJax has been configured and added.' (#3) from PaganoBarserker/DCIPs:develop into develop

Reviewed-on: https://git.decentralizedclimate.org/DecentralizedClimateFoundation/DCIPs/pulls/3
This commit is contained in:
p1r0 2023-06-19 16:43:21 +00:00
commit ba34662a80
2 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,7 @@ type: Standards Track
category: Core
created: 2023-02-01
layout: post
usemathjax: true
---
## Simple Summary

View File

@ -1,4 +1,15 @@
<head>
<!-- for mathjax support -->
{% if page.usemathjax %}
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
TeX: { equationNumbers: { autoNumber: "AMS" } }
});
</script>
<script type="text/javascript" async src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
{% endif %}
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />