I am wondering if docs could be enhanced generally for the id and class arguments. More examples on how to create custom theming of elements would be great!
I'd be happy to make some doc edits, but I can't figure out how things work at the moment..
Using cli::rule(left = "aa", right = "a", col = "yellow") works
I am wondering if it was possible to make this output with
cli::cli_h1()
Almost does it, but it doesn't affect the line.
I tried playing with https://cli.r-lib.org/reference/themes.html#examples, but it doesn't really work.
I am wondering if docs could be enhanced generally for the
id
andclass
arguments. More examples on how to create custom theming of elements would be great!I'd be happy to make some doc edits, but I can't figure out how things work at the moment..
Using
cli::rule(left = "aa", right = "a", col = "yellow")
works