tweaks to allow better html presentations
This commit is contained in:
parent
50a8b618ad
commit
e80f0216ae
3 changed files with 14 additions and 11 deletions
|
@ -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
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue