import type { TCodeExampleIO } from "../../_models/t-code-example-io"; const FootnotesFullExample: TCodeExampleIO = { from: `{ ... "footnotesWrapper": { "enabled": true, "element": { "name": "div", "attrs": { "class": "footnotes-section" } } }, "footnotesHeading": { "enabled": true, "element": { "name": "h2", "content": "Footnotes" } }, "footnotesList": { "enabled": true, "element": { "name": "ul" } }, "footnotesListItem": { "enabled": true, "element": { "name": "li" } } ... }`, to: `

Footnotes

`, }; export { FootnotesFullExample };