Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit 28976f4

Browse files
committed
removed videos from npm
1 parent 1019aca commit 28976f4

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
src/
44
webpack.config.js
55
yarn.lock
6+
example/
7+
example-media/

readme.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ It was built to be an improvement on :
1818

1919
## Data Format :
2020

21-
| Name | Description |
22-
| -------- | ---------------------------------------------------------- |
23-
| code | The code that is displayed in the editor, with line breaks |
24-
| language | The programming language |
21+
| Name | Description |
22+
| --------------- | ---------------------------------------------------------- |
23+
| code | The code that is displayed in the editor, with line breaks |
24+
| language | The programming language |
25+
| showlinenumbers | Will show/hide the line numbers |
2526

2627

2728
---

0 commit comments

Comments
 (0)