More formatting fixes.
RELNOTES: None.
PiperOrigin-RevId: 216197942
diff --git a/site/docs/crosstool-reference.md b/site/docs/crosstool-reference.md
index e6eda82..1996155 100644
--- a/site/docs/crosstool-reference.md
+++ b/site/docs/crosstool-reference.md
@@ -3,30 +3,30 @@
title: Understanding CROSSTOOL
---
-# Understanding `CROSSTOOL`
+# Understanding CROSSTOOL
* [Overview](#overview)
* [`CROSSTOOL` proto structure](#crosstool-proto-structure)
* [Toolchain selection](#toolchain-selection)
-* [CROSSTOOL features](#crosstool-features)
+* [`CROSSTOOL` features](#crosstool-features)
* [Feature relationships](#feature-relationships)
-* [CROSSTOOL actions](#crosstool-actions)
+* [`CROSSTOOL` actions](#crosstool-actions)
* [Assembler actions](#assembler-actions)
* [Compiler actions](#compiler-actions)
* [Link actions](#link-actions)
* [AR actions](#ar-actions)
* [LTO actions](#lto-actions)
-* [CROSSTOOL `action_config`](#crosstool-action_config)
+* [`CROSSTOOL` action_config`](#crosstool-action_config)
* [`tool` messages](#tool-messages)
* [Example usage](#example-usage)
* [Flag groups](#flag-groups)
* [Conditional expansion](#conditional-expansion)
-* [CROSSTOOL reference](#crosstool-reference)
- * [CROSSOTOOL build variables](#crosstool-build-variables)
- * [CROSSTOOL features](#crosstool-features)
+* [`CROSSTOOL` reference](#crosstool-reference)
+ * [`CROSSTOOL` build variables](#crosstool-build-variables)
+ * [`CROSSTOOL` features](#crosstool-features)
-To get hands-on with CROSSTOOL, see the
-[Configuring CROSSTOOL](tutorial/crosstool.html) tutorial.
+To get hands-on with `CROSSTOOL`, see the
+[Configuring `CROSSTOOL`](tutorial/crosstool.html) tutorial.
## Overview