1
0
mirror of synced 2025-12-22 19:34:15 -05:00

Fix for md049 consistent emphasis (#38201)

Co-authored-by: Jess Hosman <1183847+jhosman@users.noreply.github.com>
This commit is contained in:
Grace Park
2023-06-21 11:10:23 -07:00
committed by GitHub
parent 638de9b7da
commit 4545543862
224 changed files with 670 additions and 670 deletions

View File

@@ -115,7 +115,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`
@@ -174,17 +174,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
@@ -219,7 +219,7 @@ How to handle warnings from the QL compiler. One of:
`hide`: Suppress warnings.
`show` *(default)*: Print warnings but continue with compilation.
`show` _(default)_: Print warnings but continue with compilation.
`error`: Treat warnings as errors.