Skip to content

Commit 8ae2aad

Browse files
committed
fix tag closing
1 parent bdbf164 commit 8ae2aad

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

website/docs/cli/configuration/terminal.mdx

+5-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ settings:
4747
<dd>Enable or disable syntax highlighting (default: `true`)</dd>
4848

4949
<dt>`lexer`</dt>
50-
<dd>Specify the lexer to use for syntax highlighting:
50+
<dd>
51+
Specify the lexer to use for syntax highlighting:
5152
<dl>
5253
<dt>`yaml`</dt>
5354
<dd>For YAML output</dd>
@@ -60,7 +61,8 @@ settings:
6061
<dd>Output formatter (default: `terminal`)</dd>
6162

6263
<dt>`style`</dt>
63-
<dd>Color scheme for syntax highlighting. Available options include:
64+
<dd>
65+
Color scheme for syntax highlighting. Available options include:
6466
<ul>
6567
<li>`vim`</li>
6668
<li>`monokai`</li>
@@ -75,6 +77,7 @@ settings:
7577

7678
<dt>`options`</dt>
7779
<dd>
80+
Additional formatting options:
7881
<dl>
7982
<dt>`line_numbers`</dt>
8083
<dd>Show line numbers in output (default: `false`)</dd>

0 commit comments

Comments
 (0)