@hyperbook/markdown 0.24.11 → 0.24.12
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 +8 -0
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -72831,6 +72831,14 @@ var remarkDirectiveStruktog_default = (ctx) => () => {
|
|
|
72831
72831
|
children: []
|
|
72832
72832
|
}
|
|
72833
72833
|
]
|
|
72834
|
+
},
|
|
72835
|
+
{
|
|
72836
|
+
type: "element",
|
|
72837
|
+
tagName: "div",
|
|
72838
|
+
properties: {
|
|
72839
|
+
class: "borderWidth frameLeft"
|
|
72840
|
+
},
|
|
72841
|
+
children: []
|
|
72834
72842
|
}
|
|
72835
72843
|
]
|
|
72836
72844
|
}
|