@hyperbook/markdown 0.24.5 → 0.24.6
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 +1 -1
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -65415,7 +65415,7 @@ var makeNavigationSectionElement = (ctx, section) => {
|
|
|
65415
65415
|
type: "element",
|
|
65416
65416
|
tagName: "a",
|
|
65417
65417
|
properties: {
|
|
65418
|
-
href,
|
|
65418
|
+
href: ctx.makeUrl(href || "", "book"),
|
|
65419
65419
|
class: "label"
|
|
65420
65420
|
},
|
|
65421
65421
|
children: [
|