Skip to content

Commit

Permalink
Merge pull request cnodejs#6 from ericzhang-cn/master
Browse files Browse the repository at this point in the history
编辑页面markdown语法描述有误,粗体应为两个星号,原描述为一个星号
  • Loading branch information
muyuan committed Feb 16, 2012
2 parents 4948c56 + 2543dc8 commit 73227a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/topic/edit.html
Expand Up @@ -35,7 +35,7 @@
<li>换行:两个空格</li>
<li>分段:一个空行</li>
<li>斜体:*斜体*</li>
<li>粗体:*粗体*</li>
<li>粗体:**粗体**</li>
<li>代码:行首四个空格</li>
<li>链接:[文字](url)</li>
<li>图片:![alt 文字](url)</li>
Expand Down

0 comments on commit 73227a8

Please sign in to comment.