Skip to content

Commit 500b900

Browse files
committed
Docs: prettify bulleted list
In the HTML form, make the list look like a list (<ul><li>) instead of text prefixed with '-'. This change makes the man page show 'o' instead of '-', which is unintentional but tolerable.
1 parent 0d1d60a commit 500b900

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

docs/cli.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,12 @@ This command has two modes:
3939
*--output-format*=_format_::
4040
Customize how errors are printed. _format_ is one of the following:
4141
+
42-
pass:[-] *gnu-like* (default): a human-readable format similar to GCC.
43-
+
44-
pass:[-] *vim-qflist-json*: machine-readable JSON which can be given to Vim's _setqflist_ function.
45-
+
42+
--
43+
- *gnu-like* (default): a human-readable format similar to GCC.
44+
- *vim-qflist-json*: machine-readable JSON which can be given to Vim's _setqflist_ function.
45+
4646
Incompatible with *--lsp-server*.
47+
--
4748

4849
*--vim-file-bufnr*=_number_::
4950
Set the _bufnr_ property for errors printed with the *--output-format=vim-qflist-json* option.

docs/man/quick-lint-js.1

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,27 @@ Use this mode to integrate with code editors supporting LSP.
6565
.RS 4
6666
Customize how errors are printed. \fIformat\fP is one of the following:
6767
.sp
68-
\- \fBgnu\-like\fP (default): a human\-readable format similar to GCC.
68+
.RS 4
69+
.ie n \{\
70+
\h'-04'\(bu\h'+03'\c
71+
.\}
72+
.el \{\
73+
. sp -1
74+
. IP \(bu 2.3
75+
.\}
76+
\fBgnu\-like\fP (default): a human\-readable format similar to GCC.
77+
.RE
6978
.sp
70-
\- \fBvim\-qflist\-json\fP: machine\-readable JSON which can be given to Vim\(cqs \fIsetqflist\fP function.
79+
.RS 4
80+
.ie n \{\
81+
\h'-04'\(bu\h'+03'\c
82+
.\}
83+
.el \{\
84+
. sp -1
85+
. IP \(bu 2.3
86+
.\}
87+
\fBvim\-qflist\-json\fP: machine\-readable JSON which can be given to Vim\(cqs \fIsetqflist\fP function.
88+
.RE
7189
.sp
7290
Incompatible with \fB\-\-lsp\-server\fP.
7391
.RE

0 commit comments

Comments
 (0)