Skip to content

Commit 699df8d

Browse files
committed
stage1 slide solo
1 parent 80417d6 commit 699df8d

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

slides/stage1.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
marp: true
3+
theme: gaia
4+
class: lead invert
5+
paginate: true
6+
---
7+
8+
## Problem statement
9+
10+
A way to evaluate a module and its dependencies in the context of a new global scope within the same Realm
11+
12+
<br>
13+
14+
> Tentatively updating the proposal name: proposal-module-global
15+
16+
<!-- visual customizations -->
17+
18+
<style>
19+
/* justify, unless it's just one line (first===last) */
20+
p {
21+
text-align: justify;
22+
text-align-last: center;
23+
}
24+
blockquote {
25+
border-left: 4px solid #888;
26+
padding-left: 1em;
27+
quotes: none;
28+
text-align: justify;
29+
}
30+
blockquote * {
31+
text-align: justify;
32+
text-align-last: left;
33+
}
34+
blockquote::before,
35+
blockquote::after {
36+
content: none;
37+
}
38+
</style>

slides/stage1.pdf

24.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)