Remove newline between title and first paragraph

This commit is contained in:
The Magician 2023-11-04 16:56:27 +00:00
parent 1a2453c1c8
commit b36f4cc002
1 changed files with 0 additions and 2 deletions

View File

@ -29,7 +29,6 @@ printf 'Extra attributes can be given by placing a numeric value (representing t
printf '\n'
printf '\e[4;37m\e[1;37m1; (Boldness)\e[0m\n'
printf '\n'
printf 'Note that some terminals use the "bold" attribute to display an alternate version of the color, e.g. a lighter or darker shade.\n'
printf 'The canonical names for these alternate colors are what is displayed below.\n'
printf 'Other terminals actually support displaying text with this attribute in a bold typeface.\n'
@ -47,7 +46,6 @@ printf '\e[1;37m[1;37m White\e[0m \e[1;47m[1;47m White\e[0m\n'
printf '\n'
printf '\e[4;37m\e[1;37m4; (Underscore)\e[0m\n'
printf '\n'
printf 'This attribute displays text with an underline.\n'
printf 'If the underline is always displayed in the foreground color. See the table below for more detail.\n'
printf '\n'