parsermd icon indicating copy to clipboard operation
parsermd copied to clipboard

Results 17 parsermd issues
Sort by recently updated
recently updated
newest added

I would like to take a file, `in-file.Rmd`, parse it and then use `as_document()` or related functions to create an exact copy, called `out-file.Rmd`. Despite some experimentation, I can't figure...

Thanks for parsermd. I am a happy user! But there have been problems and, except for three weeks ago, not a lot of activity. So: Do you expect to maintain...

1) This change in version 0.1.3 * Unlabeled chunks will now be labeled as unnamed-chunk-n, with n incrementing. breaks my tutorial.helpers package. Sadly, I did not have any test cases...

Just discovered this package and its really great! I would like to use it to process quarto docs but it gets most of the way there but not all the...

This is super weird and it took me a long time to find a minimal-ish example. But this is happening to me in real life, where I am using parsermd...

Function `parsermd::parse_rmd()` returns an error when parsing Rmd documents that use the \`r ''\` trick anywhere in the document. I got this trick from [bookdown's rmd cookbook](https://bookdown.org/yihui/rmarkdown-cookbook/verbatim-code-chunks.html). It's a way...

Every now and then I'm reminded that this package is so handy! Currently I'm facing the problem that the section labels in the R Packages book should really follow a...

- [ ] Decide on how R markdown nodes will work, do we split them or go with a more complex structure - [ ] Fix printing and transformation code...

Starting from [{knitr} v1.35 onward](https://github.com/yihui/knitr/releases/tag/v1.35), the options possible in an R Markdown file now include: #### R inline style: ```` ```{r} #| echo = FALSE, #| fig.width = 10 ```...