Skip to content

Commit

Permalink
Improve formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
xwmx committed Feb 14, 2024
1 parent 679323e commit f9edd4a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9237,8 +9237,8 @@ The Pandoc reader, including extensions, to use for converting Markdown to
HTML in `nb browse`.

More information:
https://pandoc.org/MANUAL.html#extensions
https://pandoc.org/MANUAL.html#general-options-1
https://pandoc.org/MANUAL.html#extensions
https://pandoc.org/MANUAL.html#general-options-1
```

<p>
Expand Down Expand Up @@ -9286,6 +9286,7 @@ Default: Value depends on terminal capabilities.
Set highlighting color. This should be set to an xterm color number, usually
a value between 1 and 256. For a table of common colors and their numbers
run:

nb settings colors

Supported Values: [0..255+]
Expand All @@ -9305,6 +9306,7 @@ Default: '8'
Color for lines and other accents. This should be set to an xterm color
number, usually a value between 1 and 256. For a table of common colors and
their numbers, run:

nb settings colors

Supported Values: [0..255+]
Expand Down
6 changes: 4 additions & 2 deletions docs/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9243,8 +9243,8 @@ The Pandoc reader, including extensions, to use for converting Markdown to
HTML in `nb browse`.

More information:
https://pandoc.org/MANUAL.html#extensions
https://pandoc.org/MANUAL.html#general-options-1
https://pandoc.org/MANUAL.html#extensions
https://pandoc.org/MANUAL.html#general-options-1
```

<p>
Expand Down Expand Up @@ -9292,6 +9292,7 @@ Default: Value depends on terminal capabilities.
Set highlighting color. This should be set to an xterm color number, usually
a value between 1 and 256. For a table of common colors and their numbers
run:

nb settings colors

Supported Values: [0..255+]
Expand All @@ -9311,6 +9312,7 @@ Default: '8'
Color for lines and other accents. This should be set to an xterm color
number, usually a value between 1 and 256. For a table of common colors and
their numbers, run:

nb settings colors

Supported Values: [0..255+]
Expand Down
2 changes: 2 additions & 0 deletions nb
Original file line number Diff line number Diff line change
Expand Up @@ -917,6 +917,7 @@ __load_themes() {
# Set highlighting color. This should be set to an xterm color number, usually
# a value between 1 and 256. For a table of common colors and their numbers
# run:
#
# nb settings colors
#
# Supported Values: [0..255+]
Expand All @@ -939,6 +940,7 @@ __set_color_primary() {
# Color for lines and other accents. This should be set to an xterm color
# number, usually a value between 1 and 256. For a table of common colors and
# their numbers, run:
#
# nb settings colors
#
# Supported Values: [0..255+]
Expand Down

0 comments on commit f9edd4a

Please sign in to comment.