diff options
| author | Sam Scholten | 2026-08-27 14:29:06 +1000 |
|---|---|---|
| committer | Sam Scholten | 2026-08-27 14:29:06 +1000 |
| commit | e627d7363dc59890743c80bb3fdce1a354e10f22 (patch) | |
| tree | 3455de7573fcec8daafc9ae14a4dd20bef9a3582 /justfile | |
| parent | c0b512d2b44458176cf30ef937f10cbd37eb4c8c (diff) | |
| download | acarp-marp-theme-e627d7363dc59890743c80bb3fdce1a354e10f22.tar.gz acarp-marp-theme-e627d7363dc59890743c80bb3fdce1a354e10f22.zip | |
add highlight-left/right modifiers for column emphasis
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ help: @echo " demo - Build demo presentations" @echo "" @echo "Themes: acarp (16:9), acarp-beamer (4:3)" - @echo "Layouts: title, layout-2col" + @echo "Layouts: title, layout-2col, highlight-left/right" # Install dependencies install: |
