File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ Here are some incremental bullets:
106
106
* One
107
107
* Two
108
108
* Three
109
+
109
110
</div >
110
111
<div >
111
112
@@ -114,6 +115,7 @@ And numbered:
114
115
1 ) Foo
115
116
2 ) Bar
116
117
3 ) Baz
118
+
117
119
</div >
118
120
</div >
119
121
@@ -188,6 +190,7 @@ case class Greeter(name: String) {
188
190
val g = Greeter (" world" )
189
191
g.salute()
190
192
```
193
+
191
194
</div >
192
195
<div >
193
196
@@ -205,6 +208,7 @@ class Greeter:
205
208
g = Greeter(" world" )
206
209
g.salute()
207
210
```
211
+
208
212
</div >
209
213
</div >
210
214
Original file line number Diff line number Diff line change 12
12
- Syntax highlighting using the Codestar palette, with language labeling
13
13
- Multi-column slides
14
14
15
+ Quick links:
16
+ - [ Check out the example slides here!] ( https://code-star.github.io/codestar-marp/example/ )
17
+ - [ Listing of all slide decks] ( https://code-star.github.io/codestar-marp/ )
18
+
15
19
## Usage
16
20
17
21
- Install [ Marp for VS Code] ( https://marketplace.visualstudio.com/items?itemName=marp-team.marp-vscode )
You can’t perform that action at this time.
0 commit comments