Changes in version 2024-05-28 - Fixes for CRAN - Shorter 'Title' field. Drop "Tools for" to make it under 65 chars. - 'rmarkdown' and 'quarto' in 'Description' field are now quoted, and match the case for the actual package. - Remove extra spaces at start of continuation lines in 'Description' field. - Added documentation on return values for is_emphatic and print_emphatic - There are no references for this package. Changes in version 2024-05-26 - Support for conversion to typst, latex, html, svg and Excel - Automatic conversion to appropriate type when knitting Rmarkdown and Quarto - Internal refactor - Removed hl_mat() Changes in version 2024-04-27 - Consolidated hl_grep() variants into single function - hl_diff() now operates on any object - hl_vec() removed - hl_mat() - now has a byrow() argument - Setting options has been totally overhauled Changes in version 2023-08-30 - Added hl_diff() to highlight differences between two strings. - Added functions for highlighting the results of a grep() - hl_grep() - hl_str() - hl_character() - hl_print() - hl_deparse() Changes in version 2020-11-13 - Fix for rendering of logical atomic vectors Changes in version 2020-11-12 - Added support for highlighting atomic vectors - Added ability to add legends when using scales to assign colours Changes in version 2020-11-11 - Added support for tibbles (by internally converting to data.frames during output) Changes in version 2020-11-01 - Added bespoke html rendering. Removed dependency on fansi Changes in version 2020-10-30 - Initial release