Skip to content

Commit

Permalink
Add # %% support to news
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebutts authored Nov 27, 2023
1 parent d135da0 commit c7d4741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## NEW FEATURES

- Added a new chunk option `tab.cap` to specify the table caption for `kable()` (thanks, @ulyngs, #1679). Previously, the caption could only be specified via the `caption` argument of `kable()`. Now you can set it in the chunk header if you want. Please note that this chunk option only works with a single `kable()` in each code chunk, and its value must be of length 1.
- `knitr::spin()` now recognizes `# %%` as a valid code chunk delimiter.

## BUG FIXES

Expand Down

0 comments on commit c7d4741

Please sign in to comment.