mfontanini / presenterm

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

[Request] Support code block in lists #336

Open ben-grande opened 1 month ago

ben-grande commented 1 month ago

Hi, code blocks can indented on the same level as the list item. I think it would be valuable to support them.

File ex.md:

# Title

* List with code block:

  ```sh
  echo hi
  ```
presenterm ex.md
                    Error loading presentation:

                    parse error at 5:3: unsupported
                    structure in list: code block