Add first version of workshop slides
This commit is contained in:
parent
0739d26c9e
commit
a57fda18c1
45 changed files with 879 additions and 0 deletions
13
codebeispiele/codly-highlights.typ
Normal file
13
codebeispiele/codly-highlights.typ
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#import "/globals.typ": *
|
||||
|
||||
#figure(caption: [Highlights in codly])[
|
||||
#codly(highlights: (
|
||||
(line: 1, fill: blue, label: <code:codly-highlights:psvm>),
|
||||
(line: 2, start: 3, end: 13, fill: red, label: <code:codly-highlights:sout>),
|
||||
))
|
||||
```java
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello Cyberweek");
|
||||
}
|
||||
```
|
||||
]<code:codly-highlights>
|
||||
Loading…
Add table
Add a link
Reference in a new issue