insightsengineering / cardx

R Package to Supplement ARD Functions Found in {cards}
https://insightsengineering.github.io/cardx/
Other
10 stars 2 forks source link

`bt()` adds backticks when they are already present, and it shouldn't #160

Closed ddsjoberg closed 2 months ago

ddsjoberg commented 3 months ago
cardx::bt("a b") |> cardx::bt()
#> [1] "``a b``"

Created on 2024-05-27 with reprex v2.1.0