When showing a list of options marked up as code, each individual option should be marked up, not the entire list and he commas as part of that.
Pushed. Gerald --- htdocs/gcc-12/changes.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 2f790e0b..9e2cee50 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -691,7 +691,8 @@ function Multiply (S1, S2 : Sign) return Sign is <h3 id="arm-targets">AArch64 & arm</h3> <ul> <li>Newer revisions of the Arm Architecture are supported as arguments to the - <code>-march</code> option: <code>armv8.7-a, armv8.8-a, armv9-a</code>.</li> + <code>-march</code> option: <code>armv8.7-a</code>, + <code>armv8.8-a</code>, <code>armv9-a</code>.</li> <li>The Arm Cortex-A510 CPU is now supported through the <code>cortex-a510 </code> argument to the <code>-mcpu</code> and <code>-mtune</code> options. </li> -- 2.45.1