shevandrin / rqti

Create QTI Exercises and Exams from R
https://shevandrin.github.io/rqti/
GNU General Public License v3.0
4 stars 2 forks source link

ignore html comments in rmd file #159

Closed johannes-titz closed 8 months ago

johannes-titz commented 8 months ago

rstudioapi::documentOpen("inst/rmarkdown/templates/singlechoice-complex/skeleton/skeleton.Rmd")

does not knit due to html comments. Can we ignore all html comments during conversion?

It would also be nice to have more meaningful error message when this happens.

shevandrin commented 8 months ago

i knited it with render_qtijs, render_opal and knitr::knit errorless.

does not knit due to html comments. Can we ignore all html comments during conversion?

what kind of knitting do you mean?

johannes-titz commented 8 months ago

It seems I still had the old version, where this was not working.