Skip to content

Commit

Permalink
fix tag closing
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerebrovinny committed Jan 4, 2025
1 parent 9fb8bbf commit f9f91f8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions website/docs/cli/configuration/terminal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ settings:
<dd>Enable or disable syntax highlighting (default: `true`)</dd>

<dt>`lexer`</dt>
<dd>Specify the lexer to use for syntax highlighting:
<dd>
Specify the lexer to use for syntax highlighting:
<dl>
<dt>`yaml`</dt>
<dd>For YAML output</dd>
Expand All @@ -60,7 +61,8 @@ settings:
<dd>Output formatter (default: `terminal`)</dd>

<dt>`style`</dt>
<dd>Color scheme for syntax highlighting. Available options include:
<dd>
Color scheme for syntax highlighting. Available options include:
<ul>
<li>`vim`</li>
<li>`monokai`</li>
Expand All @@ -75,6 +77,7 @@ settings:

<dt>`options`</dt>
<dd>
Additional formatting options:
<dl>
<dt>`line_numbers`</dt>
<dd>Show line numbers in output (default: `false`)</dd>
Expand Down

0 comments on commit f9f91f8

Please sign in to comment.