@hyperbook/markdown 0.46.1 → 0.46.2
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 +0 -1
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -70717,7 +70717,6 @@ var getPageList = (sections, pages) => {
|
|
|
70717
70717
|
for (const section of sections) {
|
|
70718
70718
|
pageList = [
|
|
70719
70719
|
...pageList,
|
|
70720
|
-
section,
|
|
70721
70720
|
...getPageList(section.sections, section.pages)
|
|
70722
70721
|
];
|
|
70723
70722
|
}
|