-
-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
toMarkdownString has trouble with multiline blockquotes #117
Comments
Thanks for reporting the issue! I'm glad you find the library useful. If you're open to it, a PR would be amazing :) Appreciate the shoutout in your fantastic blog! A major v4 upgrade is in the works, addressing most of the points you mentioned. Your feedback or contributions to the [v4 proposal](#112) would be invaluable. Meanwhile, I’m tackling smaller fixes before rolling everything else into v4. Thanks again! 😊 |
@captbaritone Hey no worries I'll be fixing it today and will make a release asap, thank you |
Signed-off-by: Souvik Kar Mahapatra <[email protected]>
Hi this has been fixed. Thank you for your contribution, if this continues to exist please feel free to reopen the issue. |
Thanks for the quick fix! I've validated that the issue I was hitting is now resolved! |
Summary: Test Plan:
I'm using version 3.1.1 and it seems block quotes containing multiple paragraphs don't get serialized to markdown correctly with
toMarkdownString
.mdBlocks
Here are the mdBlocks I get from Notion:
Notion UI
Here's a screenshot of how that renders in Notion today
Current output markdown
https://gist.github.com/captbaritone/195e2e7d59a4fd1ea0661809bf735e71 (Put in a Gist to avoid escaping issues)
My current workaround
I've hacked around this for now with this patch.
Thanks
Thanks for the great library! It's been super helpful for using Notion as my CMS.
The text was updated successfully, but these errors were encountered: