Skip to content

Commit

Permalink
Update @jhuix/showdowns to v0.6.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuix committed Aug 3, 2024
1 parent 317eff9 commit d18af90
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 22 deletions.
4 changes: 2 additions & 2 deletions docs/demo/assets/css/chunk-vendors.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/demo/assets/css/chunk-vendors.css.map

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions docs/demo/assets/js/chunk-vendors.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/demo/assets/js/chunk-vendors.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/demo/assets/js/index.js

Large diffs are not rendered by default.

25 changes: 22 additions & 3 deletions docs/showdowns-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -847,21 +847,40 @@ Bob-->Alice: I am good thanks!
#### Markdown Syntax

````
```abc {"align": "<align>"}
```abc {"align": "<align>","audio": false | true}
<code content>
```
````

#### ABC example

```abc
X: 1
T: Cooley's
M: 4/4
Q: 1/4=120
L: 1/8
R: reel
K: Emin
|:D2|EB{c}BA B2 EB|~B2 AB dBAG|FDAD BDAD|FDAD dAFD|
|:{E}D2|EB{c}BA B2 EB|~B2 AB dBAG|FDAD BDAD|FDAD dAFD|
EBBA B2 EB|B2 AB defg|afe^c dBAF|DEFD E2:|
|:gf|eB B2 efge|eB B2 gedB|A2 FA DAFA|A2 FA defg|
eB B2 eBgB|eB B2 defg|afe^c dBAF|DEFD E2:|
```

```abc {"audio": true}
X: 24
T: Clouds Thicken (云层变厚)
C: Paul Rosen
S: Copyright 2005, Paul Rosen
M: 6/8
L: 1/8
Q: 3/8=116
R: Creepy Jig
K: Em
|:"Em"EEE E2G|"C7"_B2A G2F|"Em"EEE E2G|\
"C7"_B2A "B7"=B3|"Em"EEE E2G|
"C7"_B2A G2F|"Em"GFE "D (Bm7)"F2D|\
1"Em"E3-E3:|2"Em"E3-E2B|:"Em"e2e gfe|
"G"g2ab3|"Em"gfeg2e|"D"fedB2A|"Em"e2e gfe|\
"G"g2ab3|"Em"gfe"D"f2d|"Em"e3-e3:|
```
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"main": "dist/index.html",
"dependencies": {
"@jhuix/vue-showdowns-editor": "^1.0.4",
"@jhuix/vue-showdowns-editor": "file: ../",
"axios": "^0.20.0",
"core-js": "^3.6.5",
"vue": "^2.6.12",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"README.md"
],
"dependencies": {
"@jhuix/showdowns": "^0.6.2",
"@jhuix/showdowns": "^0.6.3",
"vue-codemirror": "^4.0.6"
},
"devDependencies": {
Expand Down

0 comments on commit d18af90

Please sign in to comment.