blob: 1dbce3c458289951f7570fa5d9b5cf9f2ac154e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
% My epic presentation
% Myself
% today
---
slide-level: 2
aspectratio: 169
theme: metropolis
colortheme: owl
# Light theme
#colorthemeoptions: snowy
#mintedstyle: perldoc
#mintedstyle: xcode
links-as-notes: true
beameroption: "show notes on second screen=right"
toc: true
lang: en-US
---
# This is an title
## This is an slide
Hello `"world"`{.rust} bla-bla
```rust
fn main() {
println!("Hello, world: {}", 1 != 2);
// |--->-------!--------||-----!!---|
}
```
::: notes
These are some-notes
:::
## Next slide
Much content
### Block
This is an block
### Example {.example}
$$\sum_{x=1}^{42}\dfrac{3^x}{!4}$$
### Alert {.alert}
This is an alert
# This is another title
## Again
???
|