fix gallery

This commit is contained in:
liquidex 2024-04-07 19:05:16 +02:00
parent ad1e5693c4
commit 76b6833c44

View file

@ -198,8 +198,10 @@
end end
``` ```
% id = "01HTWRAS0EHFG2V4N6NCR403C5"
- `rust` - `rust`
% id = "01HTWRAS0E9FRH08MZZKMKXX2M"
- patterns - patterns
```rust ```rust
// this is a comment // this is a comment
@ -221,6 +223,7 @@
europeanunion A europeanunion A
``` ```
% id = "01HTWRAS0EQ3E9BV7TWEGQ01YF"
- keywords - keywords
```rust ```rust
_ as async await break const continue dyn else enum extern fn for if impl in let loop _ as async await break const continue dyn else enum extern fn for if impl in let loop
@ -233,6 +236,7 @@
abstract become box do final macro override priv try typeof unsized virtual yield abstract become box do final macro override priv try typeof unsized virtual yield
``` ```
% id = "01HTWRAS0EQRQJ9NHYPTE89Q5H"
- sample - sample
```rust ```rust
use chrono::{Datelike, Utc}; use chrono::{Datelike, Utc};