README.md writing tutorial (basic syntax)

1. Title writing: The 
first method: 
1. Add the equal sign = below the text, then the text above becomes the headline. The number of equal signs is unlimited, but it must be greater than 0. . 
2. Add an underscore-below the text, then the text above becomes the middle title, and the number of the underscores is unlimited. 
3. If you want to enter the = sign and there is text on it to prevent it from being converted into a headline, you need to add a blank line between the two. 
Another method: (recommend this method; note ⚠️ there needs to be a space in the middle) 
about the title and grade notation, divided into six levels, the size of the displayed text decreases in turn. The different levels are identified by the number of pound signs #. The first level heading has a #, the second level heading has two #, and so on. 
For example: 
# a title   
## subheadings   
### title three   
#### title four   
##### title five   
###### six title 
Second, edit basic grammar   
1 font format Emphasis 
 We can use the following methods to add emphasis to our text 
* emphasis * (example: italic)   
 _emphasis_ (example: italic)   
** emphasis emphasis ** (example: bold)   
 __emphasis emphasis__ ( Example: Bold)   
*** Special emphasis *** (Example: Bold italic)   
___Special emphasis ___ (Example: Bold italic)   
2. Code   
`<hello world>`   
3, Code block highlight   
# `` `
@Override 
protected void onDestroy () { 
    EventBus.getDefault (). Unregister (this); 
    super.onDestroy (); 
} 
# `` `   
4. Table (It is recommended to leave a line in front of the table, otherwise it may affect the table cannot be displayed) 
 
 Table header | header | header 
 ---- | ----- | ------   
 cell contents | cell contents | cell contents 
 cell contents | cell contents | cell contents   
 
5. other reference 
images   
! [Picture Name] (https://www.baidu.com/img/bd_logo1.png)   
Link   
[Link Name] (https://www.baidu.com/)     
6. List 
1. Item 1   
2. Item 2   
3. Item 3   
   * Item 1 (A * will be displayed as a black dot, please note ⚠️ there is a space, otherwise it will be directly displayed as * Item 1) 
   * Item 2    
 
7. Line break (it is recommended to add two spaces directly after the previous line) 
directly The carriage return cannot wrap,  
Or just add a blank line to the two lines of text. 
you ca you can fill two spaces after the previous line of text,  
The text on the next line will now wrap. 
A line feed effect can also be achieved, but the line spacing is a bit large.  
 
8. Quote 
> First line quoted text   
> Second line quoted text   

 E.g:

 


Ziqin refueling system 
=============== 

## Installation environment 
> + thinkphp version: 5.0.15 
> + php version: 7.0 or more 
> + Need to be installed in the server environment, free use 


## # FEATURES 
~~~ 
1. Ability to centrally manage N website type pictures 
2. You can use a domain name to access all pictures 
3. One site picture and one file, it is very convenient to move, change pictures 
4. Batch obtain picture addresses, generate different picture paths 
5. Using "Choosing Cloud", you can accelerate CDN for free 
~~~ 

### 
Centralized management of the company's websites (PC, WAP, APP, client) pictures (specific, such as: product pictures, website material pictures) ) 

### Function introduction 
+ site: multiple sites, you can switch at will 
+ folder: new, modify, delete (note: please select the directory node) 
+ picture: upload picture, select all, cancel, move, picture address, replace, delete 
+ other: can support a directory search, drag the directory to replace the directory category 


### version 
+ V1.0 update time: 2018-05-23 

### repository: 
+ Git Gets: https: //github.com / ziqinComeOn 
+ SVN access: svn: //gitee.com/ziqinComeOn/wn1.0

### URL: 
[https://github.com/ziqinComeOn](https://github.com/ziqinComeOn) 
 <br> 
account: admin password: 123456 <br> 
free 


### Author: Child Qinjia oil 
1.0 The version belongs to the junior version, only basic functions are done, and only the "server" environment can be installed. Welcome to communicate with " 
Ziqin Jiayou " 

<br> Thikphp5 Advanced Group: xxxxxxx

 

  

 

Guess you like

Origin www.cnblogs.com/zmdComeOn/p/12737288.html