From 93e091fb865c8255eec089e4a3492b3ad8817544 Mon Sep 17 00:00:00 2001 From: Googler Date: Mon, 3 Oct 2022 11:41:30 -0700 Subject: [PATCH] standardize CSS formatting for features code block The first and last code blocks on this table had the Dark Code Theme button available, and they use a different font than the middle two blocks. PiperOrigin-RevId: 478562331 Change-Id: I479c520bbaaa0a9f9d261d8d8d6bdb7d12990608 --- site/en/docs/cc-toolchain-config-reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/en/docs/cc-toolchain-config-reference.md b/site/en/docs/cc-toolchain-config-reference.md index 9aa4096fd895af..6e7bfb752e0656 100644 --- a/site/en/docs/cc-toolchain-config-reference.md +++ b/site/en/docs/cc-toolchain-config-reference.md @@ -156,7 +156,7 @@ support and expansion. These are: - implies = ['feature'] +
implies = ['feature']

Feature-level. This feature implies the specified feature(s). Enabling a feature also implicitly enables all features implied by it @@ -167,7 +167,7 @@ support and expansion. These are: - provides = ['feature'] +

provides = ['feature']

Feature-level. Indicates that this feature is one of several mutually exclusive alternate features. For example, all of the sanitizers could