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

Consider a function to use in the knit YAML fields to modify version used when knitting in RStudio IDE #37

Open
cderv opened this issue Sep 12, 2023 · 0 comments
Labels
feature a feature request or enhancement

Comments

@cderv
Copy link
Owner

cderv commented Sep 12, 2023

Following ideas discussed in rstudio/rmarkdown#2513 (comment)

Aim is to simplify this

---
title: test
output: 
  html_document:
    self_contained: true
knit: ( \(input, ...) pandoc::with_pandoc_version("2.7.3", rmarkdown::render(input)) )
---

# Test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant