How to use Typora
Outline
Use
#
to write outlineexample
# 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 `"*"`
결과
$$
A = bx + c
$$
* 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 `+`
결과
+
+
example 3
사용
-
- 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.
결과
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 tableAnd 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.
Reference
이 문제에 관하여(How to use Typora), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/Yutto_924/items/a062187e8996f7962df1텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)