Giter VIP home page Giter VIP logo

readmedemo1's Introduction

项目说明

  该项目主要是研究如何写好看的readme文件.<br/>
  采取方式:通过分页来处理学习到的每一个好的readme项目.<br/>
  最终目标:形成具有自己特点的一套readme项目说明框架.<br/>
  <br/>

大标题

大标题一般显示工程名,类似html


你只要在标题下面跟上====即可

中标题

中标题一般显示重点项,类似html


你只要在标题跟上-------即可

每级标题

用1~6个#加上空格代表每级标题,例如:

一级标题

二级标题

三级标题

四级标题

五级标题
六级标题

注意!! 下面所有语法的提示我都先用3级小标题提醒了

单行文本框

  这是一个单行的文本框, 只要两个Tab在输入文字即可

多行文本框

  这是一个有多行的文本框
  你可以写入代码等, 每行文字只要输入两个Tab在输入文字即可
  这里你可以输入代码

链接

点击这里你可以连接到www.baidu.com
点击这里你可以链接到我的博客

自动链接

只需要把网址或电子邮件用<>包含起来就行了,例如
http://blog.csdn.net/u011665148
[email protected]

只是显示图片

github

想点击某个图片进入一个网页, 比如我想点击github的icon然后进入www.github.com

![image] [image]:http://github.com/unicon.png "github"

一些文字被这些字符包围

文字被字符包围

只要在文字前面加上>空格即可

如果你想换行的话,新起一行,输入>空格即可,后面不接文字 但 > 只要放在行首才有效

文字被这些字符包围,多重包围

文字被这些字符包围

只要在文字前面加上> 空格即可

如果你要换行的话,另起一行,输入>空格即可,后面不接文字

但只能放在行首有效

特殊字符处理

有一些特殊字符如<, # 等,只要在特殊字符前面加上转义字符\即可
你想换行的话其实可以直接用html语言

列表显示

  • 用*,+,-加空格即可
  • 这是无序的列表

有序列表

  1. 直接在数字上加上英文的点,加空格即可
  2. 这是第二个

分割线

你可以在一行中用三个以上的*,-,_来建立一个分割线,行内不能有其他东西。你也可以在*中间插入空白,下面每种都可以添加分割线







强调

Markdown使用星号()和下划线(_)作为标记强调字符的符号相当于html, 用两个或_包起来的话,则相当与html的,例如 强调 强调 更加强调 更加强调

代码高亮

用三个()加上语言名字,然后换行输入代码,再代码结束时也用,三个()来结束,例如

#include <iostream>
int main(){
   std::count<<"Hello world"<<std::endl;
   }

readmedemo1's People

Contributors

jackyjie avatar

Watchers

 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.