@hyperbook/markdown 0.35.0 → 0.35.1
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/index.js +29 -0
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -62554,6 +62554,35 @@ var rehypeHtmlStructure_default = (ctx) => () => {
|
|
|
62554
62554
|
},
|
|
62555
62555
|
children: []
|
|
62556
62556
|
},
|
|
62557
|
+
{
|
|
62558
|
+
type: "element",
|
|
62559
|
+
tagName: "link",
|
|
62560
|
+
properties: {
|
|
62561
|
+
rel: "icon",
|
|
62562
|
+
type: "image/x-icon",
|
|
62563
|
+
href: makeUrl(["favicon.ico"], "public")
|
|
62564
|
+
},
|
|
62565
|
+
children: []
|
|
62566
|
+
},
|
|
62567
|
+
{
|
|
62568
|
+
type: "element",
|
|
62569
|
+
tagName: "link",
|
|
62570
|
+
properties: {
|
|
62571
|
+
rel: "apple-touch-icon",
|
|
62572
|
+
sizes: "180x180",
|
|
62573
|
+
href: makeUrl(["favicons", "apple-touch-icon.png"], "assets")
|
|
62574
|
+
},
|
|
62575
|
+
children: []
|
|
62576
|
+
},
|
|
62577
|
+
{
|
|
62578
|
+
type: "element",
|
|
62579
|
+
tagName: "link",
|
|
62580
|
+
properties: {
|
|
62581
|
+
rel: "manifest",
|
|
62582
|
+
href: makeUrl(["favicons", "manifest.webmanifest"], "assets")
|
|
62583
|
+
},
|
|
62584
|
+
children: []
|
|
62585
|
+
},
|
|
62557
62586
|
{
|
|
62558
62587
|
type: "element",
|
|
62559
62588
|
tagName: "link",
|