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

change pandoc_convert return. #2549

Open
estedeahora opened this issue Apr 3, 2024 · 0 comments
Open

change pandoc_convert return. #2549

estedeahora opened this issue Apr 3, 2024 · 0 comments

Comments

@estedeahora
Copy link

Hi, I think it would be a nice improvement to pandoc_convert if, instead of returning NULL, it would invisibly return the command used in the pandoc call ('command').

This would only require modifying line 109 of pandoc.R to the following: invisible(command). I don't think this will create too many changes for current users and could be beneficial for use in other functions. On the other hand, I think it should be independent of 'verbose', as verbose prints to the screen, which is not a behaviour that is useful in all cases.

@estedeahora estedeahora changed the title [FR] change pandoc_convert return. Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant