31 Commits

Author SHA1 Message Date
gagb
0c25a086e7
Merge branch 'main' into gagb/add-github-issue-conversion 2024-12-14 18:34:18 -08:00
afourney
70ab149ff1
Merge pull request #10 from simonw/patch-1
Remove invalid classifiers
2024-12-13 21:10:53 -08:00
gagb
8a30fca732 Add support for GH prs as well 2024-12-13 14:57:39 -08:00
gagb
0b6554738c Move github handling from convert to convert_url 2024-12-13 14:16:56 -08:00
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
Simon Willison
3b88696777
Remove invalid classifiers
requires-python says 3.10 and higher only
2024-12-13 10:53:35 -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
afourney
b40139652b
Merge pull request #4 from microsoft/fixes_for_filesurfer
Small fixes for the file surfer.
v0.0.1a2
2024-11-25 15:08:44 -08:00
Adam Fourney
cc0a039bb0 Small fixes for the filesurfer. 2024-11-25 13:42:05 -08:00
afourney
851c7cff96
Merge pull request #3 from microsoft/add_cli
Added a simple CLI.
2024-11-14 10:27:55 -08:00
Adam Fourney
2ad821ae8f Merge branch 'add_cli' of github.com:microsoft/markitdown into add_cli 2024-11-14 10:24:52 -08:00
Adam Fourney
2eab564c4c Fix continue trying on errors. 2024-11-14 10:23:40 -08:00
afourney
e3f8cdf1da
Merge branch 'main' into add_cli 2024-11-14 07:53:37 -08:00
Adam Fourney
997c7af53c Added a simple CLI. 2024-11-14 07:50:21 -08:00
afourney
8a2957292c
Merge pull request #2 from microsoft/update_readme
Replaced placeholder content in the readme.
2024-11-13 16:29:02 -08:00
afourney
3354904d0d
Merge branch 'main' into update_readme 2024-11-13 16:26:33 -08:00
Adam Fourney
c78412536f Replaced placeholder content in the readme. 2024-11-13 16:25:54 -08:00
afourney
fdf1102148
Merge pull request #1 from microsoft/ci_test
Fix the remote tests.
2024-11-13 14:44:39 -08:00
Adam Fourney
1787b83d7d Fix remote tests. 2024-11-13 14:37:47 -08:00
Adam Fourney
fc3349185c Testing CI 2024-11-13 14:33:31 -08:00
Adam Fourney
f20c964f99 Initial commit. 2024-11-13 13:00:01 -08:00
Microsoft Open Source
67fec84618 SUPPORT.md committed 2024-11-13 11:56:48 -08:00
Microsoft Open Source
9bc7e2bed3 SECURITY.md committed 2024-11-13 11:56:47 -08:00
Microsoft Open Source
558adf0253 README.md committed 2024-11-13 11:56:46 -08:00
Microsoft Open Source
bc978beb97 LICENSE committed 2024-11-13 11:56:45 -08:00
Microsoft Open Source
1e22c8e989 CODE_OF_CONDUCT.md committed 2024-11-13 11:56:44 -08:00
microsoft-github-operations[bot]
f454a6d3c8
Initial commit 2024-11-13 19:56:40 +00:00