# Text
Text styling.
The [text function]($text) is of particular interest.
## Definitions
- [`highlight`](/reference/library/text/highlight/) - Highlights text with a background color.
- [`linebreak`](/reference/library/text/linebreak/) - Inserts a line break.
- [`lorem`](/reference/library/text/lorem/) - Creates blind text.
- [`lower`](/reference/library/text/lower/) - Converts a string or content to lowercase.
- [`overline`](/reference/library/text/overline/) - Adds a line over text.
- [`raw`](/reference/library/text/raw/) - Raw text with optional syntax highlighting.
- [`smallcaps`](/reference/library/text/smallcaps/) - Displays text in small capitals.
- [`smartquote`](/reference/library/text/smartquote/) - A language-aware quote that reacts to its context.
- [`strike`](/reference/library/text/strike/) - Strikes through text.
- [`sub`](/reference/library/text/sub/) - Renders text in subscript.
- [`super`](/reference/library/text/super/) - Renders text in superscript.
- [`text`](/reference/library/text/text/) - Customizes the look and layout of text in a variety of ways.
- [`underline`](/reference/library/text/underline/) - Underlines text.
- [`upper`](/reference/library/text/upper/) - Converts a string or content to uppercase.