Skip to content

Commit 01f078e

Browse files
committed
Update example content for revealjs style
1 parent ad97869 commit 01f078e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

revealjs/callouts/default-styles.qmd

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ format: revealjs
55

66
# No callout style
77

8-
## Code font size
8+
## Code font size `1 + 1`
99

1010
Content with inline code `1 + 1` and block
1111

@@ -541,7 +541,15 @@ Some content
541541
:::
542542

543543

544-
# Callouts in Smaller
544+
# Following slides are in Smaller class
545+
546+
## Code font size `1 + 1` {.smaller}
547+
548+
Content with inline code `1 + 1` and block
549+
550+
```{.python}
551+
1 + 1
552+
```
545553

546554
## Note {.smaller}
547555

0 commit comments

Comments
 (0)