markdown-to-html-cli 3.2.11 → 3.2.14
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/README.md +1 -10
- package/lib/create.js +54 -92
- package/lib/create.js.map +1 -1
- package/lib/index.d.ts +0 -9
- package/lib/index.js.map +1 -1
- package/lib/nodes/copy.d.ts +2 -0
- package/lib/nodes/copy.js +76 -1
- package/lib/nodes/copy.js.map +1 -1
- package/lib/nodes/dark-mode.d.ts +6 -0
- package/lib/nodes/dark-mode.js +29 -0
- package/lib/nodes/dark-mode.js.map +1 -0
- package/lib/nodes/{githubCornersFork.d.ts → github-corners-fork.d.ts} +0 -0
- package/lib/nodes/github-corners-fork.js +122 -0
- package/lib/nodes/github-corners-fork.js.map +1 -0
- package/lib/nodes/{githubCorners.d.ts → github-corners.d.ts} +1 -1
- package/lib/nodes/github-corners.js +110 -0
- package/lib/nodes/github-corners.js.map +1 -0
- package/lib/nodes/markdown-style.d.ts +2 -0
- package/lib/nodes/markdown-style.js +1045 -0
- package/lib/nodes/markdown-style.js.map +1 -0
- package/package.json +7 -16
- package/src/cli.ts +5 -0
- package/src/create.ts +101 -0
- package/src/index.ts +113 -0
- package/src/nodes/copy.ts +148 -0
- package/src/nodes/dark-mode.ts +31 -0
- package/{github-fork-ribbon.css → src/nodes/github-corners-fork.ts} +38 -1
- package/src/nodes/github-corners.ts +116 -0
- package/src/nodes/markdown-style.ts +1047 -0
- package/src/nodes/octiconLink.ts +12 -0
- package/src/utils.ts +50 -0
- package/github.css +0 -930
- package/lib/nodes/githubCorners.js +0 -59
- package/lib/nodes/githubCorners.js.map +0 -1
- package/lib/nodes/githubCornersFork.js +0 -20
- package/lib/nodes/githubCornersFork.js.map +0 -1
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @uiw/github-corners@1.5.10
|
|
3
|
+
* https://github.com/uiwjs/react-github-corners
|
|
4
|
+
*/
|
|
5
|
+
const scriptString = `const TEMPLATE = document.createElement("template");
|
|
6
|
+
TEMPLATE.innerHTML = \`
|
|
7
|
+
<style>
|
|
8
|
+
:host a:hover .octo-arm {
|
|
9
|
+
animation: octocat-wave 560ms ease-in-out;
|
|
10
|
+
}
|
|
11
|
+
@keyframes octocat-wave {
|
|
12
|
+
0%, 100% {
|
|
13
|
+
transform: rotate(0);
|
|
14
|
+
}
|
|
15
|
+
20%, 60% {
|
|
16
|
+
transform: rotate(-25deg);
|
|
17
|
+
}
|
|
18
|
+
40%, 80% {
|
|
19
|
+
transform: rotate(10deg);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
@media (max-width:500px) {
|
|
23
|
+
:host a:hover .octo-arm {
|
|
24
|
+
animation: none;
|
|
25
|
+
}
|
|
26
|
+
:host .octo-arm {
|
|
27
|
+
animation: octocat-wave 560ms ease-in-out;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
</style>
|
|
31
|
+
<svg width="80" height="80" viewBox="0 0 250 250" aria-hidden="true" style="position: absolute; border: 0px; top: 0px;">
|
|
32
|
+
<a xlink:href="https://github.com/uiwjs/react-github-corners" target="_blank" rel="nofollow sponsored" style="fill: rgb(21, 21, 19); color: rgb(255, 255, 255);">
|
|
33
|
+
<g>
|
|
34
|
+
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
|
|
35
|
+
<path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="currentColor" class="octo-arm" style="transform-origin: 130px 106px;"></path>
|
|
36
|
+
<path d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z" fill="currentColor" class="octo-body"></path>
|
|
37
|
+
</g>
|
|
38
|
+
</a>
|
|
39
|
+
</svg>
|
|
40
|
+
\`;
|
|
41
|
+
export class GithubCorners extends HTMLElement {
|
|
42
|
+
constructor() {
|
|
43
|
+
super();
|
|
44
|
+
this.right = '0';
|
|
45
|
+
this.shadow = this.attachShadow({ mode: 'open' });
|
|
46
|
+
this.shadow.appendChild(this.ownerDocument.importNode(TEMPLATE.content, true));
|
|
47
|
+
this.update();
|
|
48
|
+
}
|
|
49
|
+
static get observedAttributes() {
|
|
50
|
+
return ['z-index', 'target', 'height', 'width', 'href', 'color', 'fill', 'position', 'top', 'left', 'right', 'bottom', 'transform'];
|
|
51
|
+
}
|
|
52
|
+
setAttr(name, value) {
|
|
53
|
+
const svg = this.shadow.querySelector('svg');
|
|
54
|
+
if (/(href)/.test(name.toLocaleLowerCase())) {
|
|
55
|
+
svg.lastElementChild.setAttribute('xlink:href', value);
|
|
56
|
+
}
|
|
57
|
+
else if (/(color|fill)/.test(name.toLocaleLowerCase())) {
|
|
58
|
+
svg.firstElementChild.style[name] = value;
|
|
59
|
+
}
|
|
60
|
+
else if (/(z-index|height|width|position|top|left|right|bottom|transform)/.test(name.toLocaleLowerCase())) {
|
|
61
|
+
svg.style[name] = value;
|
|
62
|
+
}
|
|
63
|
+
else {
|
|
64
|
+
svg.setAttribute(name, value);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
update() {
|
|
68
|
+
;
|
|
69
|
+
[...this.getAttributeNames(), 'right'].forEach((name) => {
|
|
70
|
+
const value = this.getAttribute(name) || this[name] || '';
|
|
71
|
+
this.setAttr(name, value);
|
|
72
|
+
});
|
|
73
|
+
}
|
|
74
|
+
attributeChangedCallback(name, oldValue, newValue) {
|
|
75
|
+
if (oldValue !== newValue) {
|
|
76
|
+
this.setAttr(name, newValue);
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
customElements.define('github-corners', GithubCorners);`;
|
|
81
|
+
export function githubCorners(opts) {
|
|
82
|
+
const { href } = opts;
|
|
83
|
+
if (!href) {
|
|
84
|
+
return;
|
|
85
|
+
}
|
|
86
|
+
return [
|
|
87
|
+
{
|
|
88
|
+
type: 'element',
|
|
89
|
+
tagName: 'github-corners',
|
|
90
|
+
properties: {
|
|
91
|
+
target: '__blank',
|
|
92
|
+
position: 'fixed',
|
|
93
|
+
href,
|
|
94
|
+
},
|
|
95
|
+
children: []
|
|
96
|
+
}, {
|
|
97
|
+
type: 'element',
|
|
98
|
+
tagName: 'script',
|
|
99
|
+
properties: {
|
|
100
|
+
type: 'module',
|
|
101
|
+
// src: 'https://unpkg.com/@uiw/github-corners?module',
|
|
102
|
+
},
|
|
103
|
+
children: [{
|
|
104
|
+
type: 'text',
|
|
105
|
+
value: scriptString,
|
|
106
|
+
}]
|
|
107
|
+
}
|
|
108
|
+
];
|
|
109
|
+
}
|
|
110
|
+
//# sourceMappingURL=github-corners.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"github-corners.js","sourceRoot":"","sources":["../../src/nodes/github-corners.ts"],"names":[],"mappings":"AAMA;;;GAGG;AACH,MAAM,YAAY,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wDA2EmC,CAAC;AAEzD,MAAM,UAAU,aAAa,CAAC,IAAmB;IAC/C,MAAM,EAAE,IAAI,EAAE,GAAG,IAAI,CAAC;IACtB,IAAI,CAAC,IAAI,EAAE;QACT,OAAO;KACR;IACD,OAAO;QACL;YACE,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,gBAAgB;YACzB,UAAU,EAAE;gBACV,MAAM,EAAE,SAAS;gBACjB,QAAQ,EAAE,OAAO;gBACjB,IAAI;aACL;YACD,QAAQ,EAAE,EAAE;SACb,EAAE;YACD,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,QAAQ;YACjB,UAAU,EAAE;gBACV,IAAI,EAAE,QAAQ;gBACd,uDAAuD;aACxD;YACD,QAAQ,EAAE,CAAC;oBACT,IAAI,EAAE,MAAM;oBACZ,KAAK,EAAE,YAAY;iBACpB,CAAC;SACH;KACF,CAAC;AACJ,CAAC"}
|