Markdown learning the basics

Day20200108 goal: Learning to write Markdown: text, word, html (HTML), ps ...... for: MD-Markdown is a very lightweight markup language that allows people to use Easy to read and write document was written in plain text format. After the written text can be exported in a variety of file formats html, word, image, pdf, epub and so on. Applications: e-books, notes, blog, professional and technical document editor: cutemarked (not so good) / typora (Recommended, https: //typora.io) test support: #Markdown Title 1, = and - a mark title I and secondary level is a title

I subheadings

2, marked with a # The title (up to six, seven there, too)
# ###### an ## two ### three six
#Markdown paragraph
## Enter
any text Finally, add two spaces and more spaces, carriage return line feed.
Today you good yo, I hope tomorrow
you better.
## Paragraph
today you good yo,

I hope you better tomorrow.
## font format
italic text
italic text
bold text
bold text
bold italic text
in bold italic text
## dividing line
may be established with more than three in a row asterisk minus, a bottom dividing line


content


content


content


## Delete line
- delete text - (minus sign if not suited to it, change is ~, does not apply here)
Delete Text
Underline ##
Underline
## footer
is a supplement to the text content (the lowest part of the page)
I was cicadas Hall 1

#Markdown list
markdown supports two types of lists: Ordered (there are numbers 1, 2 ...) and unordered (plus ** ,. etc.)
## ordered list

  1. Item One
  2. second section
  3. the third item

## unordered list
by (asterisk), (plus sign), (minus) and a space to achieve an unordered list

  • Item One
  • second section
  • the third item
  • Item One
  • Item One###? In a nested unordered list ordered list
    when nested within each other, we need to add a space before the content
  1. The first (blank 1. After the addition of a)
    • The first element (- before the addition of the four spaces)
    • The second element
  2. second section
  3. the third item

#Markdown block
in the opening paragraph, use is greater than (>) symbols, and then followed by a space character

I block
I block
I block
of the first layer

Second floor

the third floor

Use the list in block ##

The block list

  1. Item One
  2. second section

## Use block list

  1. Item One

Block
2. The second

#Markdown codes
if needed for a piece of content on a paragraph or processing code, you need to use the following method:
printf()function (· ·· is at ~)
block: Four spaces or tabs -Tab
<% System.out.println ( "")%>

function(){
console.log(this);
} 
System.out.println("");

# ## Basic link link

<Link address> ??? a problem link name
I was cicadas Tangguan network ; http://www.zhiliaotang.com ## Advanced link
variable way
I am [cicadas Tangguan network] [url1], my visit is to address : [www.zhiliaotang.com] [URL2]
[URL1]: www.zhiliaotang.com [URL2]: www.zhiliaotang.com

#image
alt attribute text alt Picture

# Table
| header | header | header | | ---- | ---- | ---- | | Cell | Cell | Cell | | Cell | Cell | Cell | | unit grid | cell | cell | | cell | cell | cells |

Align ##### | Header | Header | Header | Header | |: ---- | ----: |: ----: | ---- | | CELL CELL | cell | cell cell | cell cell | | cell | cell cell | cell | cell | | cell cell | cell | cell cell | cell cell | | cell | cell cell | cell | cells |

? ### block used in the tables, lists, links, images
| header | header | header | | ---- | ---- | ---- | |. 1 a | cicada Church | alt Picture| | header | header | header | | ---- | ---- | ---- | |> hello | http://www.baidu.com | 1 list |. block list can not be inserted

# Advanced Application
formula? flow chart? Combined with HTML? Exporting HTML, pdf

## html codes

aaa
aaa

Inline Formula ## Formula $ \ Gamma (x) 1 does not support inter-line equation $ \ (\ sum {(^ A )} _ B \)

#aaa focus mode

graph LR A [mode] -> B (fillet) B -> C {conditions a} C -> | a = 1 | D [Results 1] C -> | name = Doe | E [Results 2]

  1. Cicadas Church is an Internet + Education & Technology Company (: is in English)
    I am a university student 2

  2. Is a very horrible new species

Guess you like

Origin www.cnblogs.com/zyz3/p/12168715.html