From 52a84cf726e33bfb081da92325dc950f3f8133c0 Mon Sep 17 00:00:00 2001 From: Mojtaba Samimi Date: Tue, 14 Jun 2022 12:41:06 -0400 Subject: [PATCH] provide mathjax label in readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59d1610aa0a..4903abaadb8 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,8 @@ While non-minified source files may contain characters outside UTF-8, it is reco > Please note that as of v2 the "plotly-latest" outputs (e.g. https://cdn.plot.ly/plotly-latest.min.js) will no longer be updated on the CDN, and will stay at the last v1 patch v1.58.5. Therefore, to use the CDN with plotly.js v2 and higher, you must specify an exact plotly.js version. -To support MathJax, you could load either version two or version three of MathJax files, for example: +### MathJax +You could load either version two or version three of MathJax files, for example: ```html ```