
1 zythum 2013-01-10 23:02:39 +08:00 = =. 不知道.. 要不用段落把 ``` git archive master --format=zip > `git describe master`.zip ``` |
2 lianghai 2013-01-10 23:11:32 +08:00 试试这个: http://daringfireball.net/projects/markdown/syntax#code To include a literal backtick character within a code span, you can use multiple backticks as the opening and closing delimiters: ``There is a literal backtick (`) here.`` |
3 eth2net 2013-01-10 23:14:40 +08:00 最外层连续两个反引号 ``git archive master --format=zip > `git describe master`.zip`` |
4 zythum 2013-01-11 00:53:36 +08:00 楼上正解 |
5 monsterxx03 OP |