Run lint checks before conversion and export machine-readable reports.
lint <- lint_source("lesson.qmd", strict = FALSE) print(lint)
rep <- tutorize( input = "lesson.qmd", assessment = "both", lint_strict = TRUE )
write_tutorize_report(rep, "report.json", format = "json")