Fix for md049 consistent emphasis (#38201)
Co-authored-by: Jess Hosman <1183847+jhosman@users.noreply.github.com>
This commit is contained in:
@@ -78,7 +78,7 @@ value.
|
||||
|
||||
#### `--target-dbscheme=<file>`
|
||||
|
||||
The *target* dbscheme we want to upgrade to. If this is not given, a
|
||||
The _target_ dbscheme we want to upgrade to. If this is not given, a
|
||||
maximal upgrade path will be constructed
|
||||
|
||||
#### `--target-sha=<sha>`
|
||||
@@ -120,7 +120,7 @@ If no timeout is specified, or is given as 0, no timeout will be set
|
||||
Use this many threads to evaluate queries.
|
||||
|
||||
Defaults to 1. You can pass 0 to use one thread per core on the machine,
|
||||
or -*N* to leave *N* cores unused (except still use at least one
|
||||
or -_N_ to leave _N_ cores unused (except still use at least one
|
||||
thread).
|
||||
|
||||
#### `--[no-]save-cache`
|
||||
@@ -179,17 +179,17 @@ evaluation using xterm control sequences. Possible values are:
|
||||
|
||||
`no`: Never produce fancy progress; assume a dumb terminal.
|
||||
|
||||
`auto` *(default)*: Autodetect whether the command is running in an
|
||||
`auto` _(default)_: Autodetect whether the command is running in an
|
||||
appropriate terminal.
|
||||
|
||||
`yes`: Assume the terminal can understand xterm control sequences. The
|
||||
feature still depends on being able to autodetect the *size* of the
|
||||
feature still depends on being able to autodetect the _size_ of the
|
||||
terminal, and will also be disabled if `-q` is given.
|
||||
|
||||
`25x80` (or similar): Like `yes`, and also explicitly give the size of
|
||||
the terminal.
|
||||
|
||||
`25x80:/dev/pts/17` (or similar): show fancy progress on a *different*
|
||||
`25x80:/dev/pts/17` (or similar): show fancy progress on a _different_
|
||||
terminal than stderr. Mostly useful for internal testing.
|
||||
|
||||
### Options for controlling outputting of structured evaluator logs
|
||||
|
||||
Reference in New Issue
Block a user