From af5fe2f931ab49fa758ff893eca64d5249735dbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 3 Jul 2022 00:45:46 +0200 Subject: [PATCH] Revert "math: actually it's working in IE11 so lift limitation #235" This reverts commit c02b56cb4ac72b28a1023824a720241e5fc219f3. --- exampleSite/content/basics/migration/_index.en.md | 2 +- exampleSite/content/shortcodes/math.en.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/exampleSite/content/basics/migration/_index.en.md b/exampleSite/content/basics/migration/_index.en.md index 4e3124ce82..f9686ae612 100644 --- a/exampleSite/content/basics/migration/_index.en.md +++ b/exampleSite/content/basics/migration/_index.en.md @@ -16,7 +16,7 @@ This document shows you what's new in the latest release. For a detailed list of ## 4.3.0 -- **New**: The new shortcode `math` is available to add beautiful math and chemical formulae. See the [documentation]({{% relref "shortcodes/math" %}}) for available features. +- **New**: The new shortcode `math` is available to add beautiful math and chemical formulae. See the [documentation]({{% relref "shortcodes/math" %}}) for available features. This feature will not work with Internet Explorer 11. ## 4.2.0 diff --git a/exampleSite/content/shortcodes/math.en.md b/exampleSite/content/shortcodes/math.en.md index b587a152f0..19f126952a 100644 --- a/exampleSite/content/shortcodes/math.en.md +++ b/exampleSite/content/shortcodes/math.en.md @@ -9,6 +9,10 @@ The `math` shortcode generates beautiful formatted math and chemical formulae us $$\left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)$$ {{< /math >}} +{{% notice note %}} +This only works in modern browsers. +{{% /notice %}} + ## Usage While the examples are using shortcodes with named parameter it is recommended to use codefences instead. This is because more and more other software supports Mermaid codefences (eg. GitHub) and so your markdown becomes more portable.