How to use Typora

5855 단어 MDMarkdowntypora

Outline



Use # to write outline

example


# h1
## h2
### h3
#### h4
##### h5
###### h6

결과



h1



h2



h3



h4



h5

h6

Math mode



Use $$ to write math type text.

example


$$
A = bx + c
$$

결과



$$
A = bx + c
$$

Itemize



Use * to itemize.

example


* How to use Itemize
* Using `"*"`

결과


  • How to use Itemize
  • Using "*"

  • But if you use Typora, You only have to write * once.

    example 2



    사용 +
    + use itemize by using `+`
    + I think it's nice choice to use `+`
    

    결과


  • use itemize by using +
  • I think it's nice choice to use +

  • example 3



    사용 -
    - use itemize by using `-`
    - I think it's difficult to use `-`
    

    결과


  • use itemize by using -
  • I think it's difficult to use -

  • enumerate



    Use number and period to write enumerate itemize.

    example


    1. Using number.
    2. Write a period.
    3. It need space between period and sentence.
    

    결과


  • Using number.
  • Write a period.
  • It need space between period and sentence.

  • But if you use Typora, You only have to write 1. .

    Horizontal line



    Use * or - or _ .
    Connect item 3 times or more, then u can write horizontal line.

    example


    Using horizontal line.
    
    ***
    
    There is so good things to reed easily.
    
    ----
    
    Is this good?
    
    _____
    
    

    결과



    Using horizontal line.

    There is so good things to reed easily.

    Is this good?


    Check box



    Use - and [] to make check box.

    example


    - [x] Check don't you have a fever.
    - [ ] Check your item list.
    - [ ] It's easy to write.
    

    결과




    Check don't you have a fever.
    Check your item list.
    It's easy to write.

    Table of list



    Use | and to make table

    And using - to define char space.

    If you want to write Centering, using : at the start and end of the - .

    If you want to write Right justified, using : at the end of the - .

    example


    | い   | ろ   | は    |
    | ---- | :--: | ---: |
    | 1    | 2    | 3     |
    | Is   | it   | easy? |
    

    결과










    1
    2
    3

    Is
    it
    easy?



    Decoration



    example


    **bold**
    *Italic*
    _Italic_
    ~~miss~~
    

    결과



    bold
    Italic
    Italic
    miss

    링크



    사용 [How it read](URL)

    example


    [Here](https://yuto-34.github.io/) is my HP.
    

    결과



    Here is my HP.

    이미지



    Equal as Link, use pass instead of URL.

    If u write ! before the [] , image is put on there.

    example


    [This](https://yuto-34.github.io/favicons/cherry.jpg) is my HP favicon.
    ![This](https://yuto-34.github.io/favicons/cherry.jpg)
    

    결과



    This is my HP favicon.


    Quote



    Using > to quote.

    example


    > Markdownで引用を表現するときにはEメールと同じ方法で`>`を用います。
    > もしあなたがEメールで引用をすることになじんでいるのであればMarkdownでの使用は容易です。
    

    결과



    Markdown에서 인용문을 표현할 때는 이메일과 같은 방법으로 >를 사용합니다.
    만약 당신이 이메일로 인용하는 것에 익숙하다면 Markdown에서 사용하기 쉽습니다.

    인용원



    Typora makes it easy to write mark down style.

    It is good things to write a docs.

    좋은 웹페이지 즐겨찾기