Skip to content

Commit

Permalink
docs: document all keyword (#335)
Browse files Browse the repository at this point in the history
Just adding some docs for this ability, thanks!
  • Loading branch information
mfontanini authored Aug 13, 2024
2 parents 66aa3a3 + 4c6ffeb commit 7ed3ed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/guides/code-highlight.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ Similar to the syntax used for selective highlighting, dynamic highlighting will
code block are highlighted every time you move to the next/previous slide.

This is achieved by using the separator `|` to indicate what sections of the code will be highlighted at a given time.
You can also use `all` to highlight all lines for a particular frame.

~~~markdown
```rust {1,3|5-7}
Expand Down

0 comments on commit 7ed3ed4

Please sign in to comment.