@mryhryki/markdown-preview 0.6.0 → 0.6.1

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.
Files changed (2) hide show
  1. package/README.md +6 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,10 @@ Markdown realtime preview on browser with your favorite editor.
4
4
 
5
5
  ## Demo
6
6
 
7
- https://github.com/mryhryki/markdown-preview/assets/12733897/86d27eaa-8b69-48a4-82a5-04f5602925f6
7
+ <video
8
+ style="max-width: 100%; object-fit: contain;"
9
+ src="https://github.com/mryhryki/markdown-preview/assets/12733897/8c7afd39-4d02-4e9a-b84f-863f11630e6b"
10
+ controls></video>
8
11
 
9
12
  ## Usage
10
13
 
@@ -12,6 +15,7 @@ https://github.com/mryhryki/markdown-preview/assets/12733897/86d27eaa-8b69-48a4-
12
15
 
13
16
  ```shell
14
17
  $ npx @mryhryki/markdown-preview --file README.md --template default --port 34567 --log-level info --no-opener
18
+ Version : v0.6.0
15
19
  Root Directory : /current/dir
16
20
  Default File : README.md
17
21
  Extensions : md, markdown
@@ -27,6 +31,7 @@ $ npm install -g @mryhryki/markdown-preview
27
31
  $ yarn install -g @mryhryki/markdown-preview
28
32
 
29
33
  $ markdown-preview --file README.md --template default-dark --port 34567 --log-level info --no-opener
34
+ Version : v0.6.0
30
35
  Root Directory : /current/dir
31
36
  Default File : README.md
32
37
  Extensions : md, markdown
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mryhryki/markdown-preview",
3
3
  "description": "Markdown realtime preview on browser with your favorite editor",
4
- "version": "0.6.0",
4
+ "version": "0.6.1",
5
5
  "author": "mryhryki",
6
6
  "license": "MIT",
7
7
  "publishConfig": {