Skip to content

Commit 7f61c7c

Browse files
committed
Update readme [skip ci]
1 parent dae00d5 commit 7f61c7c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

example.md

+4
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ Here are some incremental bullets:
106106
* One
107107
* Two
108108
* Three
109+
109110
</div>
110111
<div>
111112

@@ -114,6 +115,7 @@ And numbered:
114115
1) Foo
115116
2) Bar
116117
3) Baz
118+
117119
</div>
118120
</div>
119121

@@ -188,6 +190,7 @@ case class Greeter(name: String) {
188190
val g = Greeter("world")
189191
g.salute()
190192
```
193+
191194
</div>
192195
<div>
193196

@@ -205,6 +208,7 @@ class Greeter:
205208
g = Greeter("world")
206209
g.salute()
207210
```
211+
208212
</div>
209213
</div>
210214

readme.md

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
- Syntax highlighting using the Codestar palette, with language labeling
1313
- Multi-column slides
1414

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+
1519
## Usage
1620

1721
- Install [Marp for VS Code](https://marketplace.visualstudio.com/items?itemName=marp-team.marp-vscode)

0 commit comments

Comments
 (0)