This file contains 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 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 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