我想生成一个代码块
- 第一种方法,4个空格或一个Tab类型
print "a common command line;";
`mkdir $od` if /^\d+/;
- 第二种方法,三个反撇类型
print "it works well\n";
echo "great!";
测试完毕
print "a common command line;";
`mkdir $od` if /^\d+/;
print "it works well\n";
echo "great!";
测试完毕