@readme/markdown 6.60.1 → 6.61.0
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/dist/main.js +1 -1
- package/dist/main.node.js +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -25500,7 +25500,7 @@ function tokenize(eat, value, silent) {
|
|
|
25500
25500
|
type: 'image',
|
|
25501
25501
|
title: ":".concat(subvalue, ":"),
|
|
25502
25502
|
alt: ":".concat(subvalue, ":"),
|
|
25503
|
-
url: "/img/emojis/".concat(subvalue, ".png"),
|
|
25503
|
+
url: "/public/img/emojis/".concat(subvalue, ".png"),
|
|
25504
25504
|
data: {
|
|
25505
25505
|
hProperties: {
|
|
25506
25506
|
className: 'emoji',
|
package/dist/main.node.js
CHANGED
|
@@ -10280,7 +10280,7 @@ function tokenize(eat, value, silent) {
|
|
|
10280
10280
|
type: 'image',
|
|
10281
10281
|
title: ":".concat(subvalue, ":"),
|
|
10282
10282
|
alt: ":".concat(subvalue, ":"),
|
|
10283
|
-
url: "/img/emojis/".concat(subvalue, ".png"),
|
|
10283
|
+
url: "/public/img/emojis/".concat(subvalue, ".png"),
|
|
10284
10284
|
data: {
|
|
10285
10285
|
hProperties: {
|
|
10286
10286
|
className: 'emoji',
|
package/package.json
CHANGED