diff --git a/basic/mathematics.rst b/basic/mathematics.rst
index 85ec41c..ceb2e32 100644
--- a/basic/mathematics.rst
+++ b/basic/mathematics.rst
@@ -53,7 +53,6 @@ for more).
MathJax TeX Test Page
-
@@ -125,7 +124,6 @@ for more).
MathJax MathML Test Page
-
@@ -222,7 +220,6 @@ Here is a complete sample page containing AsciiMath notation:
loader: {load: ['input/asciimath', 'output/chtml']}
}
-
diff --git a/misc/faq.rst b/misc/faq.rst
index 5163c31..f13d0ac 100644
--- a/misc/faq.rst
+++ b/misc/faq.rst
@@ -86,14 +86,9 @@ details.
If the MathJax site *does* render properly, this indicates that there
may be something wrong with the webpage you were trying to view
initially. If you manage that website, then make sure that it is
-using :ref:`the latest version of MathJax `, and that you have
-included the line
-
-
-
-before the script that loads MathJax itself. If you *don't* manage
-the website yourself, you may have to report the issue to the
-maintainers of the site in order to have it resolved.
+using :ref:`the latest version of MathJax `. If you
+*don't* manage the website yourself, you may have to report the issue
+to the maintainers of the site in order to have it resolved.
.. _faq-ie-meta:
diff --git a/output/browser.rst b/output/browser.rst
index 63bad90..2690822 100644
--- a/output/browser.rst
+++ b/output/browser.rst
@@ -12,17 +12,7 @@ IE6), MathJax version 3 relies on more modern browser features, and so
older browsers are no longer supported.
The CommonHTML and SVG output supports all modern browsers (Chrome, Safari,
-Firefox, Edge), and most mobile browsers. Include the
-`polyfill `__ library in order to support
-earlier browser versions (see their `browser support
-`__ page for details).
-In particular, to allow MathJax version 3 to work with IE11, include the line
-
-.. code-block:: html
-
-
-
-before the script that loads MathJax.
+Firefox, Edge), and most mobile browsers.
Please `file issues on GitHub
`__ if you notice
diff --git a/web/start.rst b/web/start.rst
index f69e8f5..dfab6e4 100644
--- a/web/start.rst
+++ b/web/start.rst
@@ -196,18 +196,17 @@ to get the same file.
Browser Compatibility
---------------------
-MathJax supports all modern browsers (Chrome, Safari,
-Firefox, Edge), and most mobile browsers. Include the
-`polyfill `__ library in order to support
-earlier browser versions (see their `browser support
-`__ page for details).
-In particular, to allow MathJax version 3 to work with IE11, include the line
+MathJax supports all modern browsers (Chrome, Safari, Firefox, Edge),
+and most mobile browsers. Include the ``polyfill`` library in order
+to support earlier browser versions. In particular, to allow MathJax
+version 3 to work with IE11, include the line
.. code-block:: html
-
+
-before the script that loads MathJax.
+before the script that loads MathJax. Support for IE11 is not
+guaranteed, and may be dropped in the future.
-----