Git Product home page Git Product logo

markdown's Introduction

MarkDown标题、段落、强调和列表的使用

二级标题两个#号

三级标题三个#号

四级标题四个#号

五级标题 五个#号 

注意#和标题之间要加一个空格!!!

段落

句子后面跟两个空格
分行(或者空一行)

如果不加两个空格 还是一行

强调

倾斜 *倾斜*
粗体 **粗体**
粗体倾斜 ***粗体倾斜***
我是删除线 ~~我是删除线~~
也可用下划线实现
倾斜 粗体
粗体倾斜

列表

无序列表

就是*加空格

  • name:huo
  • age:20
  • school:烟台

二级列表:前面加上两个空格再写,三级列表四个空格再写,以此类推

  • name:huo
    • major:software
      • address: 哈哈哈

有序列表

数字加.(点)加空格

  1. name:huo
       2. qqqqqP(前面打了四个空格)
  2. age:20  
  3. 想在2,3之间插入一行,注意它会重新排列序号
  4. school:烟台

markdown's People

Contributors

huojian666 avatar

markdown's Issues

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.