d0c-s4vage / lookatme

An interactive, terminal-based markdown presenter
https://lookatme.readthedocs.io/en/latest/
MIT License
2.08k stars 61 forks source link

3.0 - Make progressive slides work with the refactor #175

Closed d0c-s4vage closed 1 year ago

d0c-s4vage commented 1 year ago

Progressive slide markers should be able to be used anywhere, not just between block elements.

This PR makes this possible

see #167

d0c-s4vage commented 1 year ago

Try this one out:

* test
* test <!-- stop -->
  * test 2 <!-- stop -->
    * test 3 <!-- stop -->
* test

| header 1       | header 2 | header 3<!-- stop --> |
|----------------|:--------:|-----------------------|
| c1<!--stop-->  |    c2    | c3<!--stop-->         |
| <!--stop -->c1 |    c2    | c3<!--stop-->         |
| c1             |    c2    | c3<!--stop-->         |
| c1             |    c2    | c3<!--stop-->         |
| c1             |    c2    | c3<!--stop-->         |
| c1             |    c2    | c3<!--stop-->         |
| c1             |          |  c2<!--stop-->         | c3<!--stop--> |

Hello World

Screencast from 11-03-2022 06:13:34 AM.webm