提交 b0f4dd57 编写于 作者: L liyongle

add the first draft

上级 9b61a22f
+++
title = "Notice to upgrade license from Mulan PSL v1 to v2"
date = "2020-03-04"
tags = ["License", "Mulan PSL v2"]
archives = "2020-03"
author = "Fred Li"
summary = "Mulan Permissive Software License v2 has got accepted by OSI, thus openEuler community is planning to upgrade the license from Mulan PSL v1 to v2."
+++
## HTML Elements
Below is just about everything you'll need to style in the blog.
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
### Body text
This blog is about bla bla. **This is strong**.
![openEuler is open](/content/_example/2020-03-03-sample-post-01.png)
### Quotation
> The sites that have been chosen are listed and described next to each work, with encapsulating quotes or pieces of text narrating central themes for the groups.
## List Types
### Ordered Lists
1. Item one
1. sub item one
2. sub item two
3. sub item three
2. Item two
### Unordered Lists
* Item one
* Item two
* Item three
## Tables
| Header1 | Header2 | Header3 |
|:--------|:-------:|--------:|
| cell1 | cell2 | cell3 |
| cell4 | cell5 | cell6 |
|----
| cell1 | cell2 | cell3 |
| cell4 | cell5 | cell6 |
|=====
| Foot1 | Foot2 | Foot3
{: rules="groups"}
## Code
```
struct async_entry {
struct list_head domain_list;
struct list_head global_list;
struct work_struct work;
async_cookie_t cookie;
async_func_t func;
void *data;
struct async_domain *domain;
};
```
## Attachment
Download the file here download:
[get the PNG](/content/_example/2020-03-03-sample-post-01.png) directly.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册