Closed paullemmens closed 8 years ago
Which version of pandoc do you have installed?
It looks like the recent pandoc 1.17 introduced a bug that removes white space in embedded HTML <pre>
tags (jgm/pandoc#2804), which is how knitrBootstrap generates the code chunks.
I indeed have the most recent version installed: pandoc 1.17. From the link I read that if I maybe install a beta that everything should be ok?
Yes, the issue had been fixed in the development version and working fine for me. If you don't mind compiling that yourself you should be all set.
I'm closing this issue as it seems to be resolved.
Compiling, unfortunately, is not my thing anymore, but I'll try and downgrade a few versions and wait it out :)
thanks!
Looks like a new release, 1.17.0.2, incorporating the fix is already out.
I am rebuilding my R setup after having had my laptop stolen and something seems to be amiss with the linebreaks in the R code and output sections of the HTML file. It appears to be related to knitrBootstrap because a regular rmarkdown
html_document
works as expected (see below).Not sure how to further debug and/or fix this. Any help much appreciated!
YAML header used:
knitrBootstrap screen grab:
Regular rmarkdown screen grab: