How can I handle custom defined blocks while converting to markdown? #8931
Unanswered
OpenBitSack
asked this question in
Q&A
Replies: 1 comment 1 reply
-
had u read this guide? walk the block-tree , capture the block u defined, which is very familiar to fe-engineer |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I hope you are doing well and I believe you can help me with this matter.
Currently I am using blocksuite extensively by customizing it.
I defined a custom block and trying to export whole editor content to markdown.
But for the custom blocks, I can't get anything. I think in blocksuite, there is a option for support this case.
I used MarkdownAdapter to convert markdown.
Here is a full code of a custom block.
Please help me 🆘
Thanks
Beta Was this translation helpful? Give feedback.
All reactions