nashjc
January 18, 2021, 4:32pm
1
I have an Rmd file that has quite a lot of top level (# etc.) sections. I'm only getting about 8 in the pdf.
I have built a "small reproducible example" and have also tested by using
library(knitr)
knit("mytest.Rmd")
The .md file is OK. I've then tried pandoc to convert md to pdf and the problem is located there.
I realize this is a pandoc problem, but seek pointers to where I can notify of this bug, and also make sure the Rstudio community is away of it so there are not too many reports and effort can be focused on fixing the issue.
cderv
January 18, 2021, 4:41pm
2
Hi,
If you found an issue with rmarkdown you can open in github repo of the package! https://github.com/rstudio/rmarkdown
You can also share your reproducible example here, and I'll have a look. Thanks !
cderv
January 18, 2021, 6:54pm
3
For reference this has been asked and answered there:
opened 06:26PM - 18 Jan 21 UTC
closed 08:26PM - 18 Jan 21 UTC
question
In response to my posting on same subject on rstudio forum, Christophe Dervieux … via RStudio Community has asked me to post here with my reproducible example "knitrtestsubs.Rmd". When I knit this, the pdf file is truncated. If I knit() the file and look at the .md file, it appears to be OK, but pandoc of that file is truncated. So this is likely a pandoc issue, but it can affect Rmarkdown users.
[knitrtestsubs.zip](https://github.com/rstudio/rmarkdown/files/5831917/knitrtestsubs.zip)
John Nash
<!--
Please keep the below portion in your issue. Your issue will be closed if any of the boxes is not checked (i.e., replace `[ ]` by `[x]`). In certain (rare) cases, you may be exempted if you give a brief explanation (e.g., you are only making a suggestion for improvement). Thanks!
-->
---
By filing an issue to this repo, I promise that
- [ ] I have fully read the issue guide at https://yihui.org/issue/.
- [ ] I have provided the necessary information about my issue.
- If I'm asking a question, I have already asked it on Stack Overflow or RStudio Community, waited for at least 24 hours, and included a link to my question there.
- If I'm filing a bug report, I have included a minimal, self-contained, and reproducible example, and have also included `xfun::session_info('rmarkdown')`. I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version: `remotes::install_github('rstudio/rmarkdown')`.
- If I have posted the same issue elsewhere, I have also mentioned it in this issue.
- [ ] I have learned the Github Markdown syntax, and formatted my issue correctly.
I understand that my issue may be closed if I don't fulfill my promises.
system
Closed
February 8, 2021, 6:54pm
4
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.