Fix formatting of JDK note.
RELNOTES: None.
PiperOrigin-RevId: 194084231
diff --git a/site/docs/install-os-x.md b/site/docs/install-os-x.md
index f47ae9c..431bd07 100644
--- a/site/docs/install-os-x.md
+++ b/site/docs/install-os-x.md
@@ -74,10 +74,10 @@
```
To update to a newer release of Bazel, download and install the desired version.
-_<sup>1</sup>Note that Bazel includes an embedded JDK, which can be used even if a JDK is already
+**Note:** Bazel includes an embedded JDK, which can be used even if a JDK is already
installed. `bazel-<version>-without-jdk-installer-linux-x86_64.sh` is a version of the installer
without an embedded JDK. Only use this installer if you already have JDK 8 installed. Later JDK
-versions are not supported._
+versions are not supported.
## <a name="install-on-mac-os-x-homebrew"></a>Installing using Homebrew
diff --git a/site/docs/install-ubuntu.md b/site/docs/install-ubuntu.md
index ae6599c..1ed93b5 100644
--- a/site/docs/install-ubuntu.md
+++ b/site/docs/install-ubuntu.md
@@ -66,10 +66,10 @@
You can also add this command to your `~/.bashrc` file.
-_<sup>1</sup>Note that Bazel includes an embedded JDK, which can be used even if a JDK is already
+**Note:** Bazel includes an embedded JDK, which can be used even if a JDK is already
installed. `bazel-<version>-without-jdk-installer-linux-x86_64.sh` is a version of the installer
without an embedded JDK. Only use this installer if you already have JDK 8 installed. Later JDK
-versions are not supported._
+versions are not supported.
## <a name="install-on-ubuntu"></a> Using Bazel custom APT repository
diff --git a/site/docs/install-windows.md b/site/docs/install-windows.md
index c04188f..18cc589 100644
--- a/site/docs/install-windows.md
+++ b/site/docs/install-windows.md
@@ -64,10 +64,10 @@
software and some setup in your environment to run Bazel. For details, see the
[Windows requirements](windows.html).
-_<sup>1</sup>Note that Bazel includes an embedded JDK 8, which can be used even if
-a JDK is already installed. bazel-<version>-without-jdk-installer-windows-x86_64.sh
- is a version of the installer without embedded JDK 8. Only use this installer if
- you already have JDK 8 installed._
+**Note:** Bazel includes an embedded JDK, which can be used even if a JDK is already
+installed. `bazel-<version>-without-jdk-installer-linux-x86_64.sh` is a version of the installer
+without an embedded JDK. Only use this installer if you already have JDK 8 installed. Later JDK
+versions are not supported.
#### Install using Chocolatey