mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
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:
parent
ab384e97d5
commit
0d4b8cfda7
2
USAGE.md
2
USAGE.md
@ -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 <LEVEL></code></td>
|
||||
|
Loading…
Reference in New Issue
Block a user