Skip to content

Commit

Permalink
docs(extension): 📝 correction of usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Interstellar750 committed Jan 6, 2023
1 parent 82d269e commit 873cf0f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions advanced/extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ It is people like you who bring extension plugins to this project, and the follo
#### Usage:

```md
<YouTube id="<WysuxO4yR04>" />
<YouTube id="WysuxO4yR04"/>
```

This extension will show the [https://www.youtube.com/watch?v=<u>**WysuxO4yR04**</u>](https://www.youtube.com/watch?v=WysuxO4yR04) video within your post.
This extension will show the [https://www.youtube.com/watch?v=<u>**WysuxO4yR04**</u>](https://www.youtube.com/watch?v=WysuxO4yR04) video within your post, and you can replace **WysuxO4yR04** to other YouTube video ID as needed.

You can also refer to the use case source code: [**urara/+page.svelte.md at main · importantimport/urara**](https://github.com/importantimport/urara/blob/main/urara/hello-world/elements/+page.svelte.md?plain=1#L139).

Expand Down
4 changes: 2 additions & 2 deletions zh-hans/advanced/extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
#### 使用方法:

```md
<YouTube id="<WysuxO4yR04>" />
<YouTube id="WysuxO4yR04"/>
```

此拓展会在您的文章内展示 [https://www.youtube.com/watch?v=<u>**WysuxO4yR04**</u>](https://www.youtube.com/watch?v=WysuxO4yR04) 视频。
此拓展会在您的文章内展示 [https://www.youtube.com/watch?v=<u>**WysuxO4yR04**</u>](https://www.youtube.com/watch?v=WysuxO4yR04) 视频,您可以根据需要把 **WysuxO4yR04** 替换为其他的 YouTube 视频 ID

您还可以参考使用例源码:[**urara/+page.svelte.md at main · importantimport/urara**](https://github.com/importantimport/urara/blob/main/urara/hello-world/elements/+page.svelte.md?plain=1#L139)

Expand Down
4 changes: 2 additions & 2 deletions zh/advanced/extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
#### 使用方法:

```md
<YouTube id="<WysuxO4yR04>" />
<YouTube id="WysuxO4yR04"/>
```

此拓展會在您的文章內展示 [https://www.youtube.com/watch?v=<u>**WysuxO4yR04**</u>](https://www.youtube.com/watch?v=WysuxO4yR04) 視頻。
此拓展會在您的文章內展示 [https://www.youtube.com/watch?v=<u>**WysuxO4yR04**</u>](https://www.youtube.com/watch?v=WysuxO4yR04) 視頻,您可以根據需要把 **WysuxO4yR04** 替換為其他的 YouTube 視頻 ID

您還可以參考使用例源碼:[**urara/+page.svelte.md at main · importantimport/urara**](https://github.com/importantimport/urara/blob/main/urara/hello-world/elements/+page.svelte.md?plain=1#L139)

Expand Down

0 comments on commit 873cf0f

Please sign in to comment.