File: columns.md

package info (click to toggle)
rust-presenterm 0.15.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,692 kB
  • sloc: sh: 51; javascript: 36; makefile: 14
file content (25 lines) | stat: -rw-r--r-- 371 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Columns and pauses

Columns and pauses can interact with each other in useful ways:

<!-- pause -->

<!-- column_layout: [1, 1] -->

<!-- column: 1 -->

![](../examples/doge.png)

After this pause, the text on the left will show up

<!-- pause -->

<!-- column: 0 -->

This is useful for various things:

<!-- incremental_lists: true -->
* Lorem.
* Ipsum.
* Etcetera.