tweaks to allow better html presentations

This commit is contained in:
Chris Cochrun 2023-08-07 07:21:04 -05:00
parent 50a8b618ad
commit e80f0216ae
3 changed files with 14 additions and 11 deletions

View file

@ -20,7 +20,7 @@ pub fn count_slides_and_fragments(html_file_path: &str) -> i32 {
let total = num_slides + num_fragments;
println!(
"SLIDE_NUMBERS: {:?}, {:?}, {:?}",
"SLIDE_NUMBERS: slides: {:?}, fragments: {:?}, total: {:?}",
num_slides, num_fragments, total
);