値下げ一般的な方法の概要

 

1.タイトル

# 大标题
## 副标题 ### 小标题 标准 

2.ストレス

*斜体类型*
**黑体字**

 

3.フォールド

長い文章を折りたたみ

<details><summary>Boostnote是对应markdown记法的记事本,信息排序・共享的一种工具。</summary> - Features - <br> · Search function to find memos in one shot · Supports markdown notation <br> · Support for Mac, Windows, Linux, iOS, Android <br> · Export and import to Plain text (.txt), Markdown (.md) format <br> · Supports PDF saving <br> · Can be used offline <br> · Synchronize to dropbox etc. with setting <br> · Supports theme colors and numerous fonts <br> </details> 

 

4.一覧

* 名单1
* 名单2
* 名单3

 

5.リンク

左側に書き込み、テキスト、リンクに右側。

[Boostnote](Boostnote)

 

6.ボックス

- [x] 任务 1
- [ ] 任务 2

 

7.引用

> 引文
> 引文引文

 

8.地平線

多くの横書きがあります。

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

 

9.埋め込まれた画像

左側に書かれた絵のキャプション、あなたが保存されている右側のライトダウン。

![嵌入图像](https://boostnote.io/assets/img/logo.png)

 

10.塗りつぶしソース

プログラマのためのコードを書くことができます。

``` js
Render: function () {
Return (
<Div className = "commentBox">
<H1> Comments </ h1> <CommentList data = {this.state.data} /> <CommentForm onCommentSubmit = {this.handleCommentSubmit} /> </ Div> ); } ``` 

 

11.表のシンボル

フォームが簡単に作成することもあります。

コピーし、あらゆる種類のものを変更します。

| 水果     | 价钱 |
|:-----------|------:|
| 苹果 | 1$ | | 葡萄 | 4$ | | 橙子 | 2$ | | 柠檬 | 1$ | | 桃子 | 3$ | | 瓜 | 20$ | 

 

ここでは最も基本的な書き込み値下げです。

値下げ表記は通常のメモ帳で使用することができません。

メモ帳は、マークダウンと互換性がある必要があります。

 

もしそうなら、それを使用してくださいBoostnote

付加的には、基本的な値下げ表記を前記Boostnoteワードと、以下の説明であってもよいです。

 

12.Latex

あなたは、数式を書くことができます。

$$$
\mathrm{e}^{\mathrm{i}\theta} = \cos(\theta) + \mathrm{i}\sin(\theta)
$$$

 

13.Flowchart(フローチャート)

あなたは、フローチャートを描くことができます

``` flowchart
st=>start: Start:>http://www.google.com[blank]
e=>end:>http://www.google.com
op1=>operation: My Operation
sub1=>subroutine: My Subroutine
cond=>condition: Yes or No?:>http://www.google.com
io=>inputoutput: catch something... st->op1->cond cond(yes)->io->e cond(no)->sub1(right)->op1 ``` 

 

14.Sequence(シーケンス)

また、シーケンスを書くことができます。

``` sequence
Title: Here is a title
A-> B: Normal line
B -> C: Dashed line
C - >> D: Open arrow
D - >> A: Dashed open arrow
```

 

 

これらは、導入のMarkdown記法です。

そのユニークな周辺の詳しい使用。

おすすめ

転載: www.cnblogs.com/dylancao/p/11864171.html