Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve cat() consistency across functions #8

Closed
k5cents opened this issue Oct 23, 2019 · 1 comment
Closed

Improve cat() consistency across functions #8

k5cents opened this issue Oct 23, 2019 · 1 comment
Assignees
Labels
bug Something isn't working docs Improvements or additions to documentation idea New feature or request

Comments

@k5cents
Copy link
Owner

k5cents commented Oct 23, 2019

Some functions like md_list() have the cat argument set to FALSE by default, while others like md_chunk() have it set to TRUE.

I think it makes sense to set every function's default to TRUE to they work with rmarkdown right out of the box without having to worry about the default.

Plus, it's not actually that useful to return a vector of wrapped strings.

@k5cents k5cents added bug Something isn't working docs Improvements or additions to documentation idea New feature or request labels Oct 23, 2019
@k5cents k5cents self-assigned this Oct 23, 2019
@k5cents
Copy link
Owner Author

k5cents commented Oct 27, 2019

Closed with 9edb6fb

@k5cents k5cents closed this as completed Oct 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working docs Improvements or additions to documentation idea New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant