From 74050cdebfe174426a029e4814102891cdc2e0e1 Mon Sep 17 00:00:00 2001 From: Team1 Date: Mon, 12 Jun 2023 17:28:00 +0000 Subject: [PATCH] MathJax has been configured in Jekyll-gitbook. --- DCIPs/dcip-2.md | 1 + _includes/head.html | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/DCIPs/dcip-2.md b/DCIPs/dcip-2.md index 408fc91..dd30109 100644 --- a/DCIPs/dcip-2.md +++ b/DCIPs/dcip-2.md @@ -7,6 +7,7 @@ type: Standards Track category: Core created: 2023-02-01 layout: post +usemathjax: true --- ## Simple Summary diff --git a/_includes/head.html b/_includes/head.html index 20aa707..37e00f7 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,4 +1,15 @@ + + + {% if page.usemathjax %} + + + {% endif %} +