Skip to content

Commit

Permalink
standardize CSS formatting for features code block
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Googler authored and Copybara-Service committed Oct 3, 2022
1 parent 16b82af commit 93e091f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/en/docs/cc-toolchain-config-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ support and expansion. These are:
</td>
</tr>
<tr>
<td><code>implies = ['feature']</code>
<td><pre>implies = ['feature']</pre>
</td>
<td><p>Feature-level. This feature implies the specified feature(s).
Enabling a feature also implicitly enables all features implied by it
Expand All @@ -167,7 +167,7 @@ support and expansion. These are:
</td>
</tr>
<tr>
<td><code>provides = ['feature']</code>
<td><pre>provides = ['feature']</pre>
</td>
<td><p>Feature-level. Indicates that this feature is one of several mutually
exclusive alternate features. For example, all of the sanitizers could
Expand Down

0 comments on commit 93e091f

Please sign in to comment.