- 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
andprint_emphatic
- There are no references for this package.
- Support for conversion to
typst
,latex
,html
,svg
andExcel
- Automatic conversion to appropriate type when knitting Rmarkdown and Quarto
- Internal refactor
- Removed
hl_mat()
- Consolidated
hl_grep()
variants into single function hl_diff()
now operates on any objecthl_vec()
removedhl_mat()
- now has a
byrow()
argument
- now has a
- Setting options has been totally overhauled
- 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()
- Fix for rendering of logical atomic vectors
- Added support for highlighting atomic vectors
- Added ability to add legends when using scales to assign colours
- Added support for tibbles (by internally converting to data.frames during output)
- Added bespoke html rendering. Removed dependency on
fansi
- Initial release