mfontanini / presenterm

A markdown terminal slideshow tool
https://mfontanini.github.io/presenterm/
BSD 2-Clause "Simplified" License
1.33k stars 32 forks source link

Presenterm will panic/crash if you hide all lines in a code block #344

Closed DrunkenToast closed 2 months ago

DrunkenToast commented 2 months ago

Reproduce:

/// echo "hi"

will cause this:

thread 'main' panicked at src/processing/padding.rs:9:33:
argument of integer logarithm must be positive
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Expected behaviour: No/empty codeblock

mfontanini commented 2 months ago

Thanks!