Skip to content

Commit

Permalink
flip wrap back to "preserve" by default
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesMcBain committed Sep 24, 2022
1 parent 8c80a25 commit 0c1553c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rmdgh
Title: R to GitHub productivity via Rmarkdown
Version: 0.3.1
Version: 0.3.2
Authors@R:
person("Miles", "McBain", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2865-2548"))
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# 0.3.1a
# 0.3.2

- Breaking change: flipped default for `wrap` in `github_issue` back to `"preserve"`. This works better after all.

# 0.3.1

- Image outputs now use the same strategy as `{reprex}` by default: `knitr::imgur_upload`. Thanks @rmflight.

Expand Down
2 changes: 1 addition & 1 deletion R/github_issue.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ github_issue <- function(
dev = "png",
df_print = "default",
math_method = "default",
wrap = "auto" # auto | none | preserve
wrap = "preserve" # auto | none | preserve
) {
if(is.null(repo)) {
stop("'repo' option must be supplied")
Expand Down
8 changes: 1 addition & 7 deletions man/github_issue.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c1553c

Please sign in to comment.