emphatic 0.1.8 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.
 
 
emphatic 0.1.7 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() 
emphatic 0.1.6 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
 
emphatic 0.1.5 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() 
 
emphatic 0.1.4 2020-11-13
- Fix for rendering of logical atomic vectors
 
emphatic 0.1.3 2020-11-12
- Added support for highlighting atomic vectors
 
- Added ability to add legends when using scales to assign
colours
 
emphatic 0.1.2 2020-11-11
- Added support for tibbles (by internally converting to data.frames
during output)
 
emphatic 0.1.1 2020-11-01
- Added bespoke html rendering. Removed dependency on
fansi 
emphatic 0.1.0 2020-10-30