Sign in
ara-mdk
/
platform
/
external
/
markdown
/
6516b99bb74dfb7187a08f7090bf7ca22a006f15
/
.
/
tests
/
markdown-test
/
blockquotes-with-code-blocks.txt
blob: c31d171049d2814fa36aa21bba1669d60accb2be [
file
] [
log
] [
blame
]
> Example:
>
> sub status {
> print "working";
> }
>
> Or:
>
> sub status {
> return "working";
> }