@gitton-dev/plugin-zenn-markdown 0.0.3 → 0.0.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gitton-dev/plugin-zenn-markdown",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "Zenn-style markdown rendering support for Gitton",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"gitton": {
|
|
@@ -25,6 +25,97 @@
|
|
|
25
25
|
"entry": "ui/src/settings/index.html",
|
|
26
26
|
"label": "Zenn Markdown"
|
|
27
27
|
}
|
|
28
|
+
},
|
|
29
|
+
"security": {
|
|
30
|
+
"allowedDomains": [
|
|
31
|
+
{
|
|
32
|
+
"domain": "https://unpkg.com",
|
|
33
|
+
"types": [
|
|
34
|
+
"script",
|
|
35
|
+
"style",
|
|
36
|
+
"font"
|
|
37
|
+
],
|
|
38
|
+
"description": "KaTeX math rendering resources"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"domain": "https://embed.zenn.studio",
|
|
42
|
+
"types": [
|
|
43
|
+
"frame",
|
|
44
|
+
"script"
|
|
45
|
+
],
|
|
46
|
+
"description": "Zenn embed server (card, tweet, gist, mermaid)"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"domain": "https://www.youtube-nocookie.com",
|
|
50
|
+
"types": [
|
|
51
|
+
"frame"
|
|
52
|
+
],
|
|
53
|
+
"description": "YouTube video embeds (privacy-enhanced mode)"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"domain": "https://speakerdeck.com",
|
|
57
|
+
"types": [
|
|
58
|
+
"frame"
|
|
59
|
+
],
|
|
60
|
+
"description": "Speaker Deck slide embeds"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"domain": "https://www.slideshare.net",
|
|
64
|
+
"types": [
|
|
65
|
+
"frame"
|
|
66
|
+
],
|
|
67
|
+
"description": "SlideShare slide embeds"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"domain": "https://codepen.io",
|
|
71
|
+
"types": [
|
|
72
|
+
"frame"
|
|
73
|
+
],
|
|
74
|
+
"description": "CodePen embeds"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"domain": "https://codesandbox.io",
|
|
78
|
+
"types": [
|
|
79
|
+
"frame"
|
|
80
|
+
],
|
|
81
|
+
"description": "CodeSandbox embeds"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"domain": "https://stackblitz.com",
|
|
85
|
+
"types": [
|
|
86
|
+
"frame"
|
|
87
|
+
],
|
|
88
|
+
"description": "StackBlitz embeds"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"domain": "https://www.figma.com",
|
|
92
|
+
"types": [
|
|
93
|
+
"frame"
|
|
94
|
+
],
|
|
95
|
+
"description": "Figma design embeds"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"domain": "https://jsfiddle.net",
|
|
99
|
+
"types": [
|
|
100
|
+
"frame"
|
|
101
|
+
],
|
|
102
|
+
"description": "JSFiddle embeds"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"domain": "https://docswell.com",
|
|
106
|
+
"types": [
|
|
107
|
+
"frame"
|
|
108
|
+
],
|
|
109
|
+
"description": "Docswell slide embeds"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"domain": "https://blueprintue.com",
|
|
113
|
+
"types": [
|
|
114
|
+
"frame"
|
|
115
|
+
],
|
|
116
|
+
"description": "BlueprintUE embeds"
|
|
117
|
+
}
|
|
118
|
+
]
|
|
28
119
|
}
|
|
29
120
|
},
|
|
30
121
|
"files": [
|