diff --git a/README.rst b/README.rst
index 23bef770..35fbe74b 100644
--- a/README.rst
+++ b/README.rst
@@ -60,16 +60,16 @@ Olivia's Project Euler Solutions
+============+============================+========+===================+
| C | C99+ in: |clang|, |br| | 25 | |Ci| |br| |
| | |gcc|, |pcc|, & |tcc| |br| | | |C-Cov| |br| |
-| | C11+ in: |msvc| [1]_ |br| | | |CodeQL| |br| |
-| | Browser [2]_ | | |C-lint| |
+| | C11+ in: |msvc| [1]_ | | |CodeQL| |br| |
+| | | | |C-lint| |
+------------+----------------------------+--------+-------------------+
| C++ | C++98+ in: |br| |clang|, & | 18 | |Cpi| |br| |
| | |gcc| |br| | | |Cp-Cov| |br| |
| | C++14+ in: |msvc| [1]_ | | |CodeQL| |br| |
-| | |br| Browser [3]_ | | |Cp-lint| |
+| | | | |Cp-lint| |
+------------+----------------------------+--------+-------------------+
-| C# | .NET 2+ |br| | 18 | |C#i| |br| |
-| | Browser [#]_ | | |Cs-Cov| |br| |
+| C# | .NET 2+ | 18 | |C#i| |br| |
+| | | | |Cs-Cov| |br| |
| | | | |CodeQL| |br| |
| | | | |C#-lint| |
+------------+----------------------------+--------+-------------------+
@@ -77,7 +77,6 @@ Olivia's Project Euler Solutions
| | Dragonwell, Liberica, |br| | | |Ja-Cov| |br| |
| | Microsoft, Oracle, |br| | | |CodeQL| |br| |
| | Semeru, Temurin, & Zulu | | |Java-lint| |
-| | |br| Browser [#]_ | | |
+------------+----------------------------+--------+-------------------+
| JavaScript | Node 12+ |br| | 26 | |JavaScript| |br| |
| | Bun 1.0+ |br| | | |Js-Cov| |br| |
@@ -94,21 +93,21 @@ Olivia's Project Euler Solutions
| | | | |RustClippy| |
+------------+----------------------------+--------+-------------------+
-.. |test-c-link| raw:: html
+.. .. |test-c-link| raw:: html
- click here!
+.. click here!
-.. |test-cp-link| raw:: html
+.. .. |test-cp-link| raw:: html
- click here!
+.. click here!
-.. |test-cs-link| raw:: html
+.. .. |test-cs-link| raw:: html
- click here!
+.. click here!
-.. |test-ja-link| raw:: html
+.. .. |test-ja-link| raw:: html
- click here!
+.. click here!
.. |test-js-link| raw:: html
@@ -123,14 +122,14 @@ Olivia's Project Euler Solutions
click here!
.. [1] This is the earliest standard the MSVC explicitly supports.
-.. [2] (This target is not yet complete.) While these solutions do run in most browsers, they need to be bundled with Emscripten first,
- and these tests not yet automated as in |clang| and |gcc|. To run these tests yourself, |test-c-link|
-.. [3] (This target is not yet complete.) While these solutions do run in most browsers, they need to be bundled with Emscripten first,
- and these tests not yet automated as in |clang| and |gcc|. To run these tests yourself, |test-cp-link|
-.. [#] (This target is not yet complete.) While these solutions do run in most browsers, they need to be bundled with DotNetAnywhere first,
- and these tests not yet automated as in mainline .NET. To run these tests yourself, |test-cs-link|
-.. [#] (This target is not yet complete.) While these solutions do run in most browsers, they need to be bundled with CheerpJ first,
- and these tests not yet automated as in mainline Java. To run these tests yourself, |test-ja-link|
+.. .. [2] (This target is not yet complete.) While these solutions do run in most browsers, they need to be bundled with Emscripten first,
+.. and these tests not yet automated as in |clang| and |gcc|. To run these tests yourself, |test-c-link|
+.. .. [3] (This target is not yet complete.) While these solutions do run in most browsers, they need to be bundled with Emscripten first,
+.. and these tests not yet automated as in |clang| and |gcc|. To run these tests yourself, |test-cp-link|
+.. .. [#] (This target is not yet complete.) While these solutions do run in most browsers, they need to be bundled with DotNetAnywhere first,
+.. and these tests not yet automated as in mainline .NET. To run these tests yourself, |test-cs-link|
+.. .. [#] (This target is not yet complete.) While these solutions do run in most browsers, they need to be bundled with CheerpJ first,
+.. and these tests not yet automated as in mainline Java. To run these tests yourself, |test-ja-link|
.. [#] While these solutions do run in most browsers, they need to be bundled with WebPack 5.93+ & Babel 7.25+ first,
and these tests not yet automated as in Nodejs and Bun. To run these tests yourself, |test-js-link|
.. [#] While these solutions do run in most browsers, they need to be bundled with Pyodide 0.26.2+ first, and these