Skip to content

Instantly share code, notes, and snippets.

@lukepighetti
Last active February 28, 2023 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukepighetti/6ebe52a42d34d410da3b51b0896e154a to your computer and use it in GitHub Desktop.
Save lukepighetti/6ebe52a42d34d410da3b51b0896e154a to your computer and use it in GitHub Desktop.
brew install cpanminus
cpan Graph::Easy
# Presentation
## Lists
1. foo
1. bar
1. baz
- foo
- bar
- baz
## Formatting
*italic*
**bold**
## Code blocks
```dart
main() {
print('foo');
}
```
---
# My Next Slide
## The cow says...
```
~~~cowsay
moo
~~~
```
---
# slides
```
~~~graph-easy --as=boxart
[hx] -> [???] -> [profit]
~~~
```
http://bloodgate.com/perl/graph/manual/
https://twitter.com/luke_pighetti/status/1624102015142965274
https://github.com/maaslalani/slides
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment