Skip to content

Instantly share code, notes, and snippets.

@jexchan
Created April 1, 2012 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jexchan/2276517 to your computer and use it in GitHub Desktop.
Save jexchan/2276517 to your computer and use it in GitHub Desktop.
Markdown usage

项目内容概述

这里可以对项目的作简单介绍。 标题为一级标题大写
此处为换行测试。

段落分隔、示例链接 列举。

使用方法

二级标题

此处为二级标题举例、大写字体 (`) 表示强调作用。

示例代码高亮

<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript">
$(function() {
    alert($); /* 弹出窗口显示警告信息、
                 换行注释效果 */
});
</script>

详细内容

详细内容介绍提示信息。

def MyFunction(param1, param2, ...)
  • param1 :
    _参数一説明

  • param2 :
    _参数二説明

相关资源

图片显示示例

  1. Github标识-内链接
    • 图片1
  2. Github标识-外链接
    • 画片2

引用、级联引用

一级引用。

二级引用通过再加一个 > 来表示 换行、二级引用。

版权信息显示

Copyright © 2011 xxxxxx
Licensed under the Apache License, Version 2.0
Distributed under the MIT License.
Dual licensed under the MIT license and GPL license.

Copyright by JexChan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment