Skip to content

Commit f4828b0

Browse files
committed
Slide, headers and grayed bug fixes. Docs updated.
1 parent 224d410 commit f4828b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This is a simple usage example:
3939
]
4040
4141
// A simple slide
42-
#slide()[
42+
#slide[
4343
- This is a simple `slide` with no title.
4444
- #stress("Bold and coloured") text by using `#stress(text)`.
4545
- Sample link: #link("typst.app")

example.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
]
2424

2525
// A simple slide
26-
#slide()[
26+
#slide[
2727
- This is a simple `slide` with no title.
2828
- #stress("Bold and coloured") text by using `#stress(text)`.
2929
- Sample link: #link("typst.app")

0 commit comments

Comments
 (0)