Revert "math: actually it's working in IE11 so lift limitation #235"

This reverts commit c02b56cb4a.
This commit is contained in:
Sören Weber 2022-07-03 00:45:46 +02:00
parent c02b56cb4a
commit af5fe2f931
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589
2 changed files with 5 additions and 1 deletions

View file

@ -16,7 +16,7 @@ This document shows you what's new in the latest release. For a detailed list of
## 4.3.0 ## 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 ## 4.2.0

View file

@ -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)$$ $$\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 >}} {{< /math >}}
{{% notice note %}}
This only works in modern browsers.
{{% /notice %}}
## Usage ## 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. 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.