Skip to content
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

[BUG] Can't work well when the text > 400KB #25

Open
hongchengjian opened this issue Nov 5, 2020 · 1 comment
Open

[BUG] Can't work well when the text > 400KB #25

hongchengjian opened this issue Nov 5, 2020 · 1 comment
Labels

Comments

@hongchengjian
Copy link

{"message":"This API renders Markdown text up to 400 KB in size. The requested text is too large to render via the API.","errors":[{"resource":"Markdown","field":"data","code":"too_large"}],"documentation_url":"https://docs.github.com/v3/markdown/"}

@yansheng836
Copy link

As the tip suggests, the article is too long.

400KB,400 * 1024 = 409 600 letters.

Maybe you should split it into two files.

@ekalinin ekalinin added the bug label Nov 23, 2020
@ekalinin ekalinin changed the title Can't work well when the text > 400KB [BUG] Can't work well when the text > 400KB Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants