markdown/tests/md1.0.3/Blockquotes with code blocks.mm

17 lines
140 B
Plaintext
Raw Normal View History

2012-08-31 22:29:18 +00:00
.DS I
.P
Example:
.VERBON 2
sub status {
print "working";
}
.VERBOFF
.P
Or:
.VERBON 2
sub status {
return "working";
}
.VERBOFF
.DE