diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -60,6 +60,22 @@ Text content </div> ``` +### `highlight-left` / `highlight-right` - Column Emphasis +```markdown +--- +<!-- _class: layout-2col-center highlight-left --> + +<div class="left-column"> +Normal opacity +</div> + +<div class="right-column"> +Faded out +</div> +``` + +Dims the other column of `layout-2col` / `layout-2col-center`. Use across slides to build up a comparison. + ### `cite` - Citation/Attribution ```markdown --- |
