Sign in
ara-mdk
/
platform
/
external
/
markdown
/
21ce115e566aa5af7fe8a971805af1daab12c754
/
.
/
MarkdownTest
/
Tests_2004
/
Blockquotes with code blocks.text
blob: c31d171049d2814fa36aa21bba1669d60accb2be [
file
] [
log
] [
blame
]
>
Example
:
>
>
sub
status
{
>
print
"working"
;
>
}
>
>
Or
:
>
>
sub
status
{
>
return
"working"
;
>
}