(highlight text color)
Highlights the given text with the specified color.
Parameters:
text
- The text to highlight.
color
- The color to use for highlighting.
Returns: The highlighted text as a string.
Highlights the given text with the specified color. Parameters: `text` - The text to highlight. `color` - The color to use for highlighting. Returns: The highlighted text as a string.
(red-highlight text)
Highlights the given text in red.
Parameters:
text
- The text to highlight.
Returns: The text highlighted in red as a string.
Highlights the given text in red. Parameters: `text` - The text to highlight. Returns: The text highlighted in red as a string.
(yellow-highlight text)
Highlights the given text in yellow.
Parameters:
text
- The text to highlight.
Returns: The text highlighted in yellow as a string.
Highlights the given text in yellow. Parameters: `text` - The text to highlight. Returns: The text highlighted in yellow as a string.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close