-
Notifications
You must be signed in to change notification settings - Fork 238
feat: Support inline rendering #103
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
Conversation
neverbiasu
commented
Aug 15, 2025
- Allow inline rendering for Serialize/Free when nested in Markup
- Keep default as block fence; inline=true uses backticks
@microsoft-github-policy-service agree |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you add a test from end-to-end in index.test.tsx? I'm not sure whether the inline will properly propagate from the source code to final result.
sure, will add it soon. |
Please resolve the conflicts |
okay |
We have to put that to the next release. The pre-release tests for v0.0.8 is (almost) done and we are not merging new features now. |
sure, wait for the next version |
I think you have accidentally deleted one test. |
Please also merge from main again! |
okay I will fix these soon |
I just rebase inline to main |