Code Monkey home page Code Monkey logo

learn_markdown's Introduction

Learn_Markdown

* easy-to-read
* easy-to-write
* writing for the web
  • easy-to-read
  • easy-to-write
  • writing for the web

example 1 HTML table

This is a regular paragraph.

<table>
    <tr>
        <td>Foo</td>
    </tr>
</table>

This is another regular paragraph.

This is a regular paragraph.

Foo

This is another regular paragraph.

emphasis

*emphasis*

_emphasis_

__emphasis__

**emphasis**

emphasis

emphasis

emphasis

emphasis

<span>test</span>
test

<cite>test</cite>
test

<del>test</del>
test

test test

test test

test test

escaping from special characters

  • md

    < &

  • html

    < & © AT&T

< & ©

paragraph

paragraph1
paragraph1 with a <br />

headers

This is an H1
=
This is an H2
-

# H1
## H2
### H3
#### H4
##### H5
main paragraph

This is an H1

This is an H2

H1

H2

H3

H4

H5

main paragraph

quotes

> this is a quote garagraph
> 
> next  
> using a br 

this is a quote garagraph

next
using a br

> this is a quote garagraph  
 with a lazy style

this is a quote garagraph
with a lazy style

and

> # header1
> ## header2
> ### header3
> #### header4
> ##### header5

> nested quote
> > level 2
> > > level 3  

> ......

header1

header2

header3

header4

header5

nested quote

level 2

level 3

......

Lists

* one
* two
* three

+ 1
+ 2
+ 3

- 1
- 2
- 3

1. one
2. two
3. three
  • one
  • two
  • three
  • 1
  • 2
  • 3
  • 1
  • 2
  • 3
  1. one
  2. two
  3. three
* lazy
input
of
a
long
line

    or two paragraphs
with long long content
  • lazy input of a long line

    or two paragraphs with long long content

* list item
> Quotes in an item


* list item

        codes in an item here
* list item
> Quotes in an item
  • list item

      codes in an item here
    
  • list item

Quotes in an item

code block

    code block
code block

other code blocks

`
code blocks
`
``
code blocks
``
\`\`\`
code blocks
\`\`\`

code blocks code blocks

code blocks

horizontal lines

 * * *
 ***
 *******
 - - -
 ---------





links

[example](https://www.baidu.com "title")

[about](~/.bashrc)

[reference][id]

[id]:test "mytest"

example

about

reference

neat example:

I get 10 times more traffic from [Google] [1] than from
[Yahoo] [2] or [MSN] [3].

  [1]: http://google.com/        "Google"
  [2]: http://search.yahoo.com/  "Yahoo Search"
  [3]: http://search.msn.com/    "MSN Search"
I get 10 times more traffic from [Google][] than from
[Yahoo][] or [MSN][].

  [google]: http://google.com/        "Google"
  [yahoo]:  http://search.yahoo.com/  "Yahoo Search"
  [msn]:    http://search.msn.com/    "MSN Search"

images

`j`` Alt text

![Alt text](/path/to/img.jpg "Optional title")

## urls

http://example.com/

<http://example.com/>

[Markdown: Syntax](https://daringfireball.net/projects/markdown/syntax#overview)

[少数派](https://sspai.com/post/25137)

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.