Mweb Test
H1
H2
H3
H4
title: Mweb Test
date: 2022.7.11
categories:
tags:
top_img: 这是文章点进去后的顶部图片
cover: 这是文章点击进去以前的封面 
Bold
- test
 - two
 - three
- 3.1
 - 3.2
 
 
1  | int a;  | 
- jfiower
this is quote
 
two?
- three
 
| First Header | Second Header | 
|---|---|
| Content from cell 1 | Content from cell 2 | 
| Content in the first column | Content in the second column | 
  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!
  1  | option = {  | 
This is Tab 1.
This is Tab 2.
This is Tab 3.
erDiagram
          CUSTOMER }|..|{ DELIVERY-ADDRESS : has
          CUSTOMER ||--o{ ORDER : places
          CUSTOMER ||--o{ INVOICE : "liable for"
          DELIVERY-ADDRESS ||--o{ ORDER : receives
          INVOICE ||--|{ ORDER : covers
          ORDER ||--|{ ORDER-ITEM : includes
          PRODUCT-CATEGORY ||--|{ PRODUCT : contains
          PRODUCT ||--o{ ORDER-ITEM : "ordered in"
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.

