Phil Scott 43e9669395 Update documentation packages to latest versions
* HighlightService was modified to support GetClassifiedSpansAsync method
* Updated Program.cs to pull in the proper location of the Json and ImageSharp extension projects
* Statiq must have changed how they are doing xrefs, so I adjusted those to be more specific with a few links
2024-11-23 14:48:46 +01:00

1.5 KiB

Title: Styles Order: 1 Description: "Spectre.Console makes it easy to write text with different styles beyond colors. Depending on your terminal, it can make it easy to use styles such as" Highlights: - Bold, Italic, Underline, strikethrough - Dim, Invert - Conceal, slowblink, rapidblink - Links Xref: appendix-styles

Note that what styles that can be used is defined by the system or your terminal software, and may not appear as they should.

bold Bold text
dim Dim or faint text
italic Italic text
underline Underlined text
invert Swaps the foreground and background colors
conceal Hides the text
slowblink Makes text blink slowly
rapidblink Makes text blink
strikethrough Shows text with a horizontal line through the center
link Creates a clickable link within text