wangduanduan / wangduanduan.github.io

Wubba Lubba dub-dub
https://wdd.js.org
27 stars 7 forks source link
blog hugo-blog

Eddie Wang 的Blog

夫天地者,万物之逆旅也;光阴者,百代之过客也。而浮生若梦,为欢几何?

Travis GitHub last commit GitHub issues GitHub closed issues

博客地址

个人微信公众号

自定义shortcode

mermaid

{{< mermaid align="left" theme="neutral" >}}
sequenceDiagram
    title French Words I Know
    autonumber
    Alice->>Bob: hello
    Bob-->>Alice: hi
    Alice->Bob: talking
{{< /mermaid >}}

notice

{{< notice note >}}
One note here.
{{< /notice >}}

{{< notice tip >}}
I'm giving a tip about something.
{{< /notice >}}

{{< notice example >}}
This is an example.
{{< /notice >}}

{{< notice question >}}
Is this a question?
{{< /notice >}}

{{< notice info >}}
Notice that this box contain information.
{{< /notice >}}

{{< notice warning >}}
This is the last warning!
{{< /notice >}}

{{< notice error >}}
There is an error in your code.
{{< /notice >}}