Fix formatting of code in CLI option description

Before this change, the documentation for -logfile did not format its
code spans correctly. Specifically, it used back ticks to create code
spans. Unfortunately, you can’t create code spans using back ticks if
the code spans are embedded in an HTML block. This change fixes the
formatting by replacing the back ticks with <code> and </code>.
This commit is contained in:
Jason Yundt 2024-10-06 09:49:32 -04:00
parent ab384e97d5
commit 0d4b8cfda7

View File

@ -455,7 +455,7 @@ The following command-line options are available in Descent 3. You can set comma
<td>boolean</td>
<td>Off</td>
<td>all</td>
<td>Generates a logfile `d3.log` if using the Debug build. All `mprintf` statements output to the logfile.</td>
<td>Generates a logfile <code>d3.log</code> if using the Debug build. All <code>mprintf</code> statements output to the logfile.</td>
</tr>
<tr>
<td><code>-loglevel &lt;LEVEL&gt;</code></td>