Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeX4 committed Sep 2, 2024
1 parent 47c0009 commit 4ec4190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/code-styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Hello, Typst!

## Block Style

Many times, using only the simple style cannot achieve all the functions we need. For more powerful functions and clearer structure, we can also use the block style in the form of `#slide[...]`, where the `#slide` function needs to be unpacked using the syntax `#let (slide, empty-slide) = utils.slides(s)` to be used normally after `#show: slides`.
Many times, using only the simple style cannot achieve all the functions we need. For more powerful functions and clearer structure, we can also use the block style in the form of `#slide[...]`.

For example, the above example can be transformed into

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-0.5.x/code-styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Hello, Typst!

## Block Style

Many times, using only the simple style cannot achieve all the functions we need. For more powerful functions and clearer structure, we can also use the block style in the form of `#slide[...]`, where the `#slide` function needs to be unpacked using the syntax `#let (slide, empty-slide) = utils.slides(s)` to be used normally after `#show: slides`.
Many times, using only the simple style cannot achieve all the functions we need. For more powerful functions and clearer structure, we can also use the block style in the form of `#slide[...]`.

For example, the above example can be transformed into

Expand Down

0 comments on commit 4ec4190

Please sign in to comment.