aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSam Scholten2026-08-27 14:29:06 +1000
committerSam Scholten2026-08-27 14:29:06 +1000
commite627d7363dc59890743c80bb3fdce1a354e10f22 (patch)
tree3455de7573fcec8daafc9ae14a4dd20bef9a3582 /README
parentc0b512d2b44458176cf30ef937f10cbd37eb4c8c (diff)
downloadacarp-marp-theme-e627d7363dc59890743c80bb3fdce1a354e10f22.tar.gz
acarp-marp-theme-e627d7363dc59890743c80bb3fdce1a354e10f22.zip
add highlight-left/right modifiers for column emphasis
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
index b2c936b..5e4c0b6 100644
--- a/README
+++ b/README
@@ -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
---