File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed
Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments