Skip to content

Commit

Permalink
更新 README。
Browse files Browse the repository at this point in the history
  • Loading branch information
pardnchiu committed Jan 4, 2025
1 parent bcdddd6 commit c2260ae
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion static/i18n/index/en.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "lightweight & powerful",
"cover": "./static/image/header_en.jpg",
"cover": "/static/image/header_en.jpg",
"quote": "A Markdown editor built with pure JavaScript and native APIs.<br>Supports real-time preview and automatic detection of YouTube/Vimeo videos.<br>Perfect for web integration, such as blog projects.",
"intro": "Powerful and easy to embed, instantly add a Markdown editor to your project.",
"photo": "not created yet",
Expand Down
2 changes: 1 addition & 1 deletion static/i18n/index/zh.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "輕量且強大的編輯器",
"cover": "./static/image/header_zh.jpg",
"cover": "/static/image/header_zh.jpg",
"quote": "這是一款基於純 JavaScript 和原生 API 的 Markdown 編輯器,<br>支持標準 Markdown 語法與多項擴展功能,包括即時預覽、自動檢測 YouTube / Vimeo 影片等。<br>專為網頁整合設計,適用於部落格等需要編輯器的專案。",
"intro": "功能強大、方便嵌入,立即為你的專案加上 Markdown 編輯器。",
"photo": "圖片尚未製作",
Expand Down
24 changes: 12 additions & 12 deletions static/md/en/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,35 @@

- Image: [Image Source](https://pixabay.com/photos/corn-harvest-fall-thanksgiving-9135131/)
```
![](./static/image/corn-9135131_640.jpg)
![](/static/image/corn-9135131_640.jpg)
```
![](./static/image/corn-9135131_640.jpg)
![](/static/image/corn-9135131_640.jpg)
- Image with description: [Image Source](https://pixabay.com/photos/dog-irish-setter-mischievous-7128749/)
```
![Example image from Pixabay](./static/image/dog-7128749_640.jpg)
![Example image from Pixabay](/static/image/dog-7128749_640.jpg)
```
![Example image from Pixabay](./static/image/dog-7128749_640.jpg)
![Example image from Pixabay](/static/image/dog-7128749_640.jpg)
- Image with title: [Image Source](https://pixabay.com/photos/stilt-bird-animal-feathers-plumage-8593487/)
```
![](./static/image/stilt-8593487_640.jpg "Example image from Pixabay")
![](/static/image/stilt-8593487_640.jpg "Example image from Pixabay")
```
![](./static/image/stilt-8593487_640.jpg "Example image from Pixabay")
![](/static/image/stilt-8593487_640.jpg "Example image from Pixabay")
- Image with link: [Image Source](https://pixabay.com/photos/hippopotamus-hippo-baby-hippo-9147023/)
```
[![](./static/image/hippopotamus-9147023_640.jpg)](https://pixabay.com/photos/hippopotamus-hippo-baby-hippo-9147023/)
[![](/static/image/hippopotamus-9147023_640.jpg)](https://pixabay.com/photos/hippopotamus-hippo-baby-hippo-9147023/)
```
[![](./static/image/hippopotamus-9147023_640.jpg)](https://pixabay.com/photos/hippopotamus-hippo-baby-hippo-9147023/)
[![](/static/image/hippopotamus-9147023_640.jpg)](https://pixabay.com/photos/hippopotamus-hippo-baby-hippo-9147023/)
### Extensions
- Video: [Video Source](https://pixabay.com/videos/ocean-sea-wave-water-sunset-233867/)
```
![](./static/image/233867_tiny.mp4)
![](/static/image/233867_tiny.mp4)
```
![](./static/image/233867_tiny.mp4)
![](/static/image/233867_tiny.mp4)
- Image with size: [Image Source](https://pixabay.com/photos/flamingo-nature-bird-wildlife-9190160/)
```
![](./static/image/flamingo-9190160_640.jpg)(50%*)
![](/static/image/flamingo-9190160_640.jpg)(50%*)
```
![](./static/image/flamingo-9190160_640.jpg)(50%*)
![](/static/image/flamingo-9190160_640.jpg)(50%*)
24 changes: 12 additions & 12 deletions static/md/zh/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,35 @@

- 圖片: [Image Source](https://pixabay.com/photos/corn-harvest-fall-thanksgiving-9135131/)
```
![](./static/image/corn-9135131_640.jpg)
![](/static/image/corn-9135131_640.jpg)
```
![](./static/image/corn-9135131_640.jpg)
![](/static/image/corn-9135131_640.jpg)
- 圖片搭配描述: [Image Source](https://pixabay.com/photos/dog-irish-setter-mischievous-7128749/)
```
![Example image from Pixabay](./static/image/dog-7128749_640.jpg)
![Example image from Pixabay](/static/image/dog-7128749_640.jpg)
```
![Example image from Pixabay](./static/image/dog-7128749_640.jpg)
![Example image from Pixabay](/static/image/dog-7128749_640.jpg)
- 圖片搭配標題: [Image Source](https://pixabay.com/photos/stilt-bird-animal-feathers-plumage-8593487/)
```
![](./static/image/stilt-8593487_640.jpg "Example image from Pixabay")
![](/static/image/stilt-8593487_640.jpg "Example image from Pixabay")
```
![](./static/image/stilt-8593487_640.jpg "Example image from Pixabay")
![](/static/image/stilt-8593487_640.jpg "Example image from Pixabay")
- 圖片搭配連結: [Image Source](https://pixabay.com/photos/hippopotamus-hippo-baby-hippo-9147023/)
```
[![](./static/image/hippopotamus-9147023_640.jpg)](https://pixabay.com/photos/hippopotamus-hippo-baby-hippo-9147023/)
[![](/static/image/hippopotamus-9147023_640.jpg)](https://pixabay.com/photos/hippopotamus-hippo-baby-hippo-9147023/)
```
[![](./static/image/hippopotamus-9147023_640.jpg)](https://pixabay.com/photos/hippopotamus-hippo-baby-hippo-9147023/)
[![](/static/image/hippopotamus-9147023_640.jpg)](https://pixabay.com/photos/hippopotamus-hippo-baby-hippo-9147023/)
### 擴展
- 影片: [Video Source](https://pixabay.com/videos/ocean-sea-wave-water-sunset-233867/)
```
![](./static/image/233867_tiny.mp4)
![](/static/image/233867_tiny.mp4)
```
![](./static/image/233867_tiny.mp4)
![](/static/image/233867_tiny.mp4)
- 圖片搭配尺寸: [Image Source](https://pixabay.com/photos/flamingo-nature-bird-wildlife-9190160/)
```
![](./static/image/flamingo-9190160_640.jpg)(50%*)
![](/static/image/flamingo-9190160_640.jpg)(50%*)
```
![](./static/image/flamingo-9190160_640.jpg)(50%*)
![](/static/image/flamingo-9190160_640.jpg)(50%*)

0 comments on commit c2260ae

Please sign in to comment.