I am trying to split my markdown component in multiple pages. I simualte A4 paper pages using a react component. I would like to split it when then markdown document contains ---.
Is there a way you can think of so that i can iterate the generated react-elements and split them into different containers ? Thank you.
I am trying to split my markdown component in multiple pages. I simualte A4 paper pages using a react component. I would like to split it when then markdown document contains
---.Is there a way you can think of so that i can iterate the generated react-elements and split them into different containers ? Thank you.