Commit Graph

9 Commits

Author SHA1 Message Date
gagb
f1274dca87 Run pre-commit 2024-12-13 13:58:24 -08:00
gagb
778fca3f70 Fix code scanning alert no. 1: Incomplete URL substring sanitization
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2024-12-13 13:57:03 -08:00
gagb
7979eecfef SHift to Documentconverter class 2024-12-13 13:52:37 -08:00
gagb
8f16f32d53 Add tests 2024-12-12 23:10:23 +00:00
gagb
28af7ad341 Run pre-commit 2024-12-12 22:39:03 +00:00
gagb
9d047103d5 Add method to convert GitHub issue to markdown
Add support for converting GitHub issues to markdown.

* Add `convert_github_issue` method in `src/markitdown/_markitdown.py` to handle GitHub issue conversion.
* Use `PyGithub` to fetch issue details using the provided token.
* Convert the issue details to markdown format and return as `DocumentConverterResult`.
* Add optional GitHub issue support with `IS_GITHUB_ISSUE_CAPABLE` flag.
2024-12-12 13:41:31 -08:00
Adam Fourney
cc0a039bb0 Small fixes for the filesurfer. 2024-11-25 13:42:05 -08:00
Adam Fourney
2eab564c4c Fix continue trying on errors. 2024-11-14 10:23:40 -08:00
Adam Fourney
f20c964f99 Initial commit. 2024-11-13 13:00:01 -08:00