fix: automatically insert blank docx if SuperEditor file is not docx type#797
Merged
caio-pizzol merged 1 commit intofeature/har-10088-superdoc-markdown-supportfrom Aug 22, 2025
Conversation
caio-pizzol
added a commit
that referenced
this pull request
Aug 22, 2025
* feat: integrate markdown parsing into SuperDoc editor and update file upload capabilities * refactor: simplify markdown conversion and enhance SuperDoc compatibility * fix: automatically insert blank docx if SuperEditor file is not docx type (#797) * refactor: move markdown conversion logic to a dedicated helper module * refactor: update HTML and Markdown document creation logic with dedicated helper modules * feat: add heading translation support for Word export in schema * test: add unit and integration tests for markdown and heading export functionality * refactor: clean up Editor class by removing unused CSS styles * refactor: streamline SuperEditor component structure and remove debug log * refactor: consolidate document import helpers into a single module * test: add integration tests for markdown to HTML conversion and document creation * refactor: enhance HTML and Markdown import helpers with TypeScript checks and improved parsing logic --------- Co-authored-by: Caio Pizzol <caiopizzol@icloud.com> Co-authored-by: Nick Bernal <117235294+harbournick@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
allow .md files in developer playground for SuperEditor