-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feat: Add comprehensive XML support with structured Markdown conversion #307
base: main
Are you sure you want to change the base?
Conversation
@microsoft-github-policy-service agree |
Looks awesome. Can you add some unit tests, and fix the formatting per the pre-commit hooks? |
) | ||
except Exception as e: | ||
# Provide more detailed error information | ||
error_msg = f"XML dönüştürme hatası: {str(e)}\n" |
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.
Not sure what this is. But if its an error message, can you please ensure its in English.
except Exception as e: | ||
# Provide more detailed error information | ||
error_msg = f"XML dönüştürme hatası: {str(e)}\n" | ||
error_msg += "Lütfen dosyanın geçerli bir XML dosyası olduğunu kontrol edin." |
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.
Same here.
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.
Thank you for the PR :)
Sorry for the delay in reviewing, I have been swamped with other projects.
Can you please add test cases?
XML Support Enhancement
This PR adds comprehensive XML support to MarkItDown.
Changes
Documentation
Fixes #288