klippy icon indicating copy to clipboard operation
klippy copied to clipboard

Feature request - enable icon on non-r based chunks.

Open alexiswl opened this issue 4 years ago • 0 comments

Enable klippy for code chunks that are not r.

Even when I'm not using R, I'd like to be able to use this tool for documentation.

Currently the following segment would not place a 'copy to clipboard' label as required

# Create the logs directory

```{bash create_logs, echo=TRUE, eval=FALSE}
mkdir -p logs
```

alexiswl avatar Sep 07 '20 01:09 alexiswl