markdown/tests/md1.0.3/Blockquotes with code blocks.mm
2012-09-01 00:29:18 +02:00

17 lines
140 B
XML

.DS I
.P
Example:
.VERBON 2
sub status {
print "working";
}
.VERBOFF
.P
Or:
.VERBON 2
sub status {
return "working";
}
.VERBOFF
.DE