Last active
February 28, 2023 14:18
-
-
Save lukepighetti/6ebe52a42d34d410da3b51b0896e154a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install cpanminus | |
cpan Graph::Easy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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] | |
~~~ | |
``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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