-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Convert Markdown document incorrect #623
Comments
Similar issue is happening with inline code using ` Converting the following markdown file and exporting it back to markdown using Input: # Contributing
1. Pull the repository
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request Exported Markdown: # Contributing
- Pull the repository
- Create your feature branch (
- Commit your changes (
- Push to the branch (
- Open a Pull Request |
Did a little debugging and it seems this stems from the md_backend. The handling for docling/docling/backend/md_backend.py Line 212 in fc645ea
In my example above, |
@kime541200 @Heremeus Thanks for these findings, I will look into this issue! |
@kime541200 a fix for the reported issue has been released with v2.19.0. @Heremeus I moved the issue you reported in the comment section over to a new issue (#913) to be addressed separately. |
Bug
Convert Markdown document error.
...
Steps to reproduce
Original content of the Markdown document is something like:
Here's the convert process:
And here's the final result I got:
$ cat test2.md # ABCDEFG - abc: - def: - ghijkl
I also try to use python library to convert this document, but I still got same output.
In final result, a lot content is not been output, did I do anything wrong?
Docling version
Python version
The text was updated successfully, but these errors were encountered: