Code Monkey home page Code Monkey logo

phoenix's Introduction

DemoSpringBoot

SpringBoot

1. 标题:        

    # 等价于

##

###

####

#####

        例子  :   # 标题内容(此时是一号标题)     ## 标题内容(此时是二号标题)

        

2.粗体字 ** 内容** 

  粗体 

   3.斜体 * 内容 * 或者 _内容 _

内容

4.图片链接 或者

直接使用html的 比较方便

5.普通链接 链接名称 链接名称

百度

百度

6.下划线 == ---

==============


7.表格

| id | name | age |

|:---: | :---: | :-----:| // : ---- : 居中 :--- 居左 ----:居右

| 1 | 张三 | 李四 |   

8.引用 >

泰戈尔的飞鸟集 -泰戈尔   

  1. 字符串 后面加2个空格 然后回车 等价于
    (想要换行,可以这么做)

  2. 代码段 单代码段引用 多代码段引用

System.out.println("hello world");


System.out.println("hello world") ;

最后附上一个完整的包括上面内容的markdown的例子,找一下例如网页的有道比较,选择markdown文本格式,粘贴进去,

就可以预览效果和学习.

测试例子:

# 一号标题

二号标题

三号标题

粗体字  

斜体  

斜体

  

  

超链接  

超链接

下划线  


表格

| id | name | age |

|:--:|:----:|:---:|

| 1 | 张三 | 20岁|

| 2 | 李四 | 30岁|

| 3 | 王麻子| 40岁|

引用

 你永远都不会叫醒一个装睡的人  -佚名

#### 单段代码生成

echo "Hello Wolrd"

#### 多段代码生成


  var $name = "张三";

  echo $name;

   

  class Test

  {

    public static void main(String [] args)

    {

       

      System.out.prinln("Hello Wordl")

    }

  }

phoenix's People

Contributors

summitphoenix avatar

Watchers

James Cloos 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.