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

raw_latex: ellipsis (...) not passed down #1716

Closed
GregorDeCillia opened this issue May 17, 2019 · 2 comments
Closed

raw_latex: ellipsis (...) not passed down #1716

GregorDeCillia opened this issue May 17, 2019 · 2 comments
Labels
bug Bugs
Milestone

Comments

@GregorDeCillia
Copy link

The ... argument in raw_latex is currently ignored even though the documentation claims that it is passed down to asis_output.

knitr/R/utils.R

Lines 932 to 935 in dccdad7

#' @rdname raw_block
#' @export
raw_latex = function(x, ...) raw_block(x, 'latex')

The same is true for raw_html.

@yihui yihui added the bug Bugs label May 17, 2019
@yihui yihui added this to the v1.23 milestone May 17, 2019
@yihui yihui closed this as completed in 052141e May 17, 2019
@yihui
Copy link
Owner

yihui commented May 17, 2019

Should be fixed now. Thanks for the report!

@github-actions
Copy link

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Bugs
Projects
None yet
Development

No branches or pull requests

2 participants