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

[FR] RMarkdown style chunk option specification #352

Closed
aviatesk opened this issue May 24, 2020 · 0 comments · Fixed by #353
Closed

[FR] RMarkdown style chunk option specification #352

aviatesk opened this issue May 24, 2020 · 0 comments · Fixed by #353
Milestone

Comments

@aviatesk
Copy link
Member

aviatesk commented May 24, 2020

description

In RMarkdown we specifie code chunk options in the syntax of {r, k1 = v1, k2 = v2, ...}, while it will result in error at parsing or evaluation in Weave.
With the power of Julia's string manipulation and metaprogramming, supporting the syntax will be easy.

@aviatesk aviatesk added enhancement pandoc features using pandoc and removed pandoc features using pandoc labels May 24, 2020
@aviatesk aviatesk added this to the v0.11 milestone May 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant