Git Product home page Git Product logo

git-markdown's Introduction

GitHub Markdown.

##目录

##***、---、___显示虚横线 *** --- ___ #一级标题 ##二级标题 ###三级标题 ####四级标题 #####五级标题 ######六级标题

##显示文本 ###普通文本 这是一段普通的文本, 直接回车不能换行,
要使用<br>

或者在回车以后,再加上两个空格。完成这种换行效果。 ###单行文本 Hello,大家好,我是果冻虾仁。 ###多行文本 欢迎到访 很高兴见到您 祝您,早上好,中午好,下午好,晚安 ###部分文字高亮 Thank You . Please Call Me Coder ####高亮功能更适合做一篇文章的tag 例如:
java 网络编程 Socket 全双工

##文字链接 ###链接外部URL 我的博客

###链接本仓库里的URL Book ###锚点 点此回到目录

##显示图片 ###来源于网络的图片 baidu ###GitHub仓库中的图片 ###给图片加上超链接 ![head] [head]:https://github.com/guodongxiaren/ImageCache/raw/master/Logo/jianxin.jpg "点击图片进入我的博客"

##列表 ###圆点列表

  • 昵称:果冻虾仁
  • 别名:隔壁老王
  • 英文名:Jelly

###更多圆点

  • 编程语言
    • 脚本语言
      • Python

复选框列表

  • C
  • C++
  • Java
  • Qt
  • Android
  • C#
  • .NET

##缩进 ###用于列表

数据结构

二叉树

平衡二叉树

满二叉树

###用于引用: ####文本摘自《深入理解计算机系统》P27  令人吃惊的是,在哪种字节顺序是合适的这个问题上,人们表现得非常情绪化。实际上术语“little endian”(小端)和“big endian”(大端)出自Jonathan Swift的《格利佛游记》一书,其中交战的两个派别无法就应该从哪一端打开一个半熟的鸡蛋达成一致。因此,争论沦为关于社会政治的争论。只要选择了一种规则并且始终如一的坚持,其实对于哪种字节排序的选择都是任意的。

“端”(endian)的起源
以下是Jonathan Swift在1726年关于大小端之争历史的描述:
“……下面我要告诉你的是,Lilliput和Blefuscu这两大强国在过去36个月里一直在苦战。战争开始是由于以下的原因:我们大家都认为,吃鸡蛋前,原始的方法是打破鸡蛋较大的一端,可是当今的皇帝的祖父小时候吃鸡蛋,一次按古法打鸡蛋时碰巧将一个手指弄破了,因此他的父亲,当时的皇帝,就下了一道敕令,命令全体臣民吃鸡蛋时打破较小的一端,违令者重罚。”

##代码高亮

public static void main(String[]args){} //Java
int main(int argc, char *argv[]) //C
echo "hello GitHub"#Bash
document.getElementById("myH1").innerHTML="Welcome to my Homepage"; //javascipt
string &operator+(const string& A,const string& B) //cpp

##插入表格

First Header Second Header
Content Cell Content Cell
Content Cell Content Cell
First Header Second Header
Content Cell Content Cell
Content Cell Content Cell
Name Description
Help Display the help window.
Close Closes a window
Name Description
Help Display the help window.
Close Closes a window
Left-Aligned Center Aligned Right Aligned
col 3 is some wordy text $1600
col 2 is centered $12
zebra stripes are neat $1

文字处理

加粗

变粗

划掉

变斜

表情

😄

git-markdown's People

Contributors

lichunqiang avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.