mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 18:57:34 +02:00
Fix markdown
This commit is contained in:
@ -137,11 +137,15 @@ types, and can be one of the following:
|
|||||||
Indicates that a sign should be used for both nonnegative as well as
|
Indicates that a sign should be used for both nonnegative as well as
|
||||||
negative numbers.
|
negative numbers.
|
||||||
</td>
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
<td><code>'-'</code></td>
|
<td><code>'-'</code></td>
|
||||||
<td>
|
<td>
|
||||||
Indicates that a sign should be used only for negative numbers (this is the
|
Indicates that a sign should be used only for negative numbers (this is the
|
||||||
default behavior).
|
default behavior).
|
||||||
</td>
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
<td>space</td>
|
<td>space</td>
|
||||||
<td>
|
<td>
|
||||||
Indicates that a leading space should be used on nonnegative numbers, and a
|
Indicates that a leading space should be used on nonnegative numbers, and a
|
||||||
|
Reference in New Issue
Block a user