vitepress-linkcard 1.1.3 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,10 +1,12 @@
1
- <h1 align="center">
1
+ <h1 align="center">
2
2
  vitepress-linkcard
3
3
  </h1>
4
4
 
5
5
  <div align="center">
6
6
 
7
- **Slightly more readable README created with this plugin is [here](https://asumoranda.com/posts/10-vitepress-linkcard.html).**
7
+ **A Vitepress plugin to generate a pretty linkcard with OGP.**
8
+
9
+ Slightly more readable README created with this plugin is [here](https://asumoranda.com/posts/10-vitepress-linkcard.html).
8
10
 
9
11
  [![NPM Version](https://img.shields.io/npm/v/vitepress-linkcard?style=flat&logo=npm&logoColor=white&label=npmjs&color=%23CB3837)](https://www.npmjs.com/package/vitepress-linkcard)
10
12
  [![NPM bundle size](https://img.shields.io/bundlephobia/min/vitepress-linkcard)](https://www.npmjs.com/package/vitepress-linkcard)
@@ -19,13 +21,13 @@ vitepress-linkcard
19
21
 
20
22
  <p align="center">
21
23
  <a href="https://github.com/asumo-1xts/vitepress-linkcard/blob/main/image/screen.webp?raw=true">
22
- <img width="85%" src="https://github.com/asumo-1xts/vitepress-linkcard/blob/main/.config/screen.webp?raw=true" />
24
+ <img src="https://github.com/asumo-1xts/vitepress-linkcard/blob/main/.config/screen.webp?raw=true" alt="How it shows"/>
23
25
  </a>
24
26
  </p>
25
27
 
26
28
  <div align="center">
27
29
 
28
- **This plugin was forked from [markdown-it-link-to-card](https://github.com/luckrya/markdown-it-link-to-card).**
30
+ This plugin was forked from [markdown-it-link-to-card](https://github.com/luckrya/markdown-it-link-to-card).
29
31
 
30
32
  </div>
31
33
 
@@ -110,8 +112,8 @@ You can edit it as needed, but ignoring it will increase build time.
110
112
  ### Special handling for `github.com`
111
113
 
112
114
  When the domain is `github.com`, trimming is performed as shown in the following example to avoid duplication of the title and description.
115
+
113
116
  | | Title | Description |
114
117
  | - | - | - |
115
118
  | Before | GitHub - asumo-1xts/vitepress-linkcard: A VitePress plugin to generate a pretty linkcard. | A VitePress plugin to generate a pretty linkcard. Contribute to asumo-1xts/vitepress-linkcard development by creating an account on GitHub. |
116
119
  | After | asumo-1xts/vitepress-linkcard | A VitePress plugin to generate a pretty linkcard. |
117
-
package/dist/.cjs.min.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * vitepress-linkcard v1.1.3
2
+ * vitepress-linkcard v1.1.4
3
3
  * (c) 2022 - 2025 luckrya
4
4
  * Released under the MIT License.
5
5
  */
package/dist/.esm.min.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * vitepress-linkcard v1.1.3
2
+ * vitepress-linkcard v1.1.4
3
3
  * (c) 2022 - 2025 luckrya
4
4
  * Released under the MIT License.
5
5
  */
package/package.json CHANGED
@@ -75,5 +75,5 @@
75
75
  },
76
76
  "type": "module",
77
77
  "types": "./types/index.d.ts",
78
- "version": "1.1.3"
78
+ "version": "1.1.4"
79
79
  }