有道云笔记高级语法

本文详细介绍了有道云笔记的高级语法和编辑功能,包括Markdown支持、嵌入多媒体、自定义模板等,帮助用户提升笔记整理和阅读体验。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

code含义
  • >
实线无箭头
  • >
无箭头虚线
>
带箭头实线
  • >>
箭头虚线
X最后一个跨实线(异步)
  • X
点缀着最后一个十字线(异步)
graph LR
    id1
graph LR
    id1[This is the text in the box]
graph LR
    id1(This is the text in the box);
graph LR
    id1((This is the text in the circle));
graph LR
    id1>This is the text in the box]
graph LR
    id1{This is the text in the box}
graph LR
    A-->B
graph LR;
    A-->B
graph LR
    A --- B
graph LR
A-- This is the text --- B
graph LR
A---|This is the text|B;
graph LR
A-->|text|B
graph LR
A-- text -->B
graph LR
A-.->B
graph LR
A==>B
graph LR
A== text ==>B
graph LR
    d1["This is the (text) in the box"]
graph LR
    A["A double quote:#quot;"] -->B["A dec char:#9829;"]
 graph TB
         subgraph one
         a1-->a2
         end
         subgraph two
         b1-->b2
         end
         subgraph three
         c1-->c2
         end
         c1-->a2
<script>
    var callback = function(){
        alert('A callback was triggered');
    }
<script>
graph LR;
    A-->B;
    click A callback "Tooltip for a callback"
    click B "http://www.github.com" "This is a tooltip for a link"
    graph LR
    id1(Start)-->id2(Stop)
    style id1 fill:#f9f,stroke:#333,stroke-width:4px;
    style id2 fill:#ccf,stroke:#f66,stroke-width:2px,stroke-dasharray: 5, 5;
    classDef className fill:#f9f,stroke:#333,stroke-width:4px;
    class nodeId1 className;
     class nodeId1,nodeId2 className;
graph LR;
    A-->B[AAABBB];
    B-->D;
    class A cssClass;
classDef default fill:#f9f,stroke:#333,stroke-width:4px;
<script src="https://use.fontawesome.com/1096030e90.js"></script>
<script src="https://cdn.bootcss.com/mermaid/7.0.0/mermaid.js"></script>
<link href="https://cdn.bootcss.com/mermaid/7.0.0/mermaid.css" rel="stylesheet">
graph TD
    B["fa:fa-card for peace"]
    B-->C[fa:fa-ban forbidden]
    B-->D(fa:fa-spinner);
    B-->E(A fa:fa-camera-retro perhaps?);
graph LR
  A[Hard edge] -->|Link text| B(Round edge)
    B --> C{Decision}
    C -->|One| D[Result one]
    C -->|Two| E[Result two]
sequenceDiagram
    Alice->>John: Hello John, how are you?
    John-->>Alice: Great!
sequenceDiagram
    participant John
    participant Alice
    Alice->>John: Hello John, how are you?
    John-->>Alice: Great!
sequenceDiagram
    participant John
    Note right of John: Text in note
sequenceDiagram
    Alice->John: Hello John, how are you?
    Note over Alice,John: A typical interaction
sequenceDiagram
    Alice->John: Hello John, how are you?
    loop Reply every minute
        John-->Alice: Great!
    end
    sequenceDiagram
        Alice->>Bob: Hello Bob, how are you?
        alt is sick
            Bob->>Alice: Not so good :(
        else is well
            Bob->>Alice: Feeling fresh like a daisy
        end
        opt Extra response
            Bob->>Alice: Thanks for asking
        end
gantt
    title A Gantt Diagram

    section Section
    A task           :a1, 2014-01-01, 30d
    Another task     :after a1  , 20d
    section Another
    Task in sec      :2014-01-12  , 12d
    another task      : 24d
gantt
    title A Gantt Diagram

    section Section
    A task           :a1, 2014-01-01, 30d
    Another task     :after a1  , 20d
    section Another
    Task in sec      :2014-01-12  , 12d
    another task      : 24d
graph LR
    A[Square Rect] -- Link text --> B((Circle))
    A --> C(Round Rect)
    B --> D{Rhombus}
    C --> D
sequenceDiagram
    Alice ->> Bob: Hello Bob, how are you?
    Bob-->>John: How about you John?
    Bob--x Alice: I am good thanks!
    Bob-x John: I am good thanks!
    Note right of John: Bob thinks a long<br/>long time, so long<br/>that the text does<br/>not fit on a row.

    Bob-->Alice: Checking with John...
    Alice->John: Yes... John, how are you?
sequenceDiagram
    loop Daily query
        Alice->>Bob: Hello Bob, how are you?
        alt is sick
            Bob->>Alice: Not so good :(
        else is well
            Bob->>Alice: Feeling fresh like a daisy
        end

        opt Extra response
            Bob->>Alice: Thanks for asking
        end
    end
sequenceDiagram
    participant Alice
    participant Bob
    Alice->>John: Hello John, how are you?
    loop Healthcheck
        John->>John: Fight against hypochondria
    end
    Note right of John: Rational thoughts<br/>prevail...
    John-->>Alice: Great!
    John->>Bob: How about you?
    Bob-->>John: Jolly good!
[未完待续]
Lu Ming
[2017-6-20]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值