You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I search existing issues and can't find any same or approximate problem and solution.
Environment:
The latest node.js
The latest hexo frame
There are not any other plugins of hexo and nodejs
Windows10 OS
Describe the bug:
After I wrote a essay with about 374 lines and want to post it to my blog based on hexo, I found that hexo can't show this essay entirely, it only display the essay partly.
In order to prove this is a bug, I build another markdown file which includes about 8627 lines and put it into hexo, this time, hexo even do not show this essay, and I can find this essay nowhere.
To Reproduce:
In order to reproduce this bug, you can perform the following steps:
use latest nodejs and latest hexo to initialize a hexo blog.
new a markdown file which has 374 lines or more lines and put it into ./your_blog/sources/_posts/ easily.
execute the commands in order: hexo clean, hexo g, hexo s, and then open your blog and check the content integrity.
your essay maybe incomplete;
if your markdown file has too many lines (>= 8627), you will even can't find this essay in your blog.
The text was updated successfully, but these errors were encountered:
I can’t reproduce this. I have some blog articles with over 500 lines. Also have over 1400 articles and 7400 assets. Rendering without issue on my site.
This sounds like poor hardware specs and/or poor config.
I've had some really long posts - over 40K characters and 700+ lines. Occasionally, it fails to render it properly. After I fixed the memory leaks in my theme and expanded Node's heap buffer, the problem was resolved. This was using Hexo 6.x.
Environment:
Describe the bug:
After I wrote a essay with about 374 lines and want to post it to my blog based on hexo, I found that hexo can't show this essay entirely, it only display the essay partly.
In order to prove this is a bug, I build another markdown file which includes about 8627 lines and put it into hexo, this time, hexo even do not show this essay, and I can find this essay nowhere.
To Reproduce:
In order to reproduce this bug, you can perform the following steps:
./your_blog/sources/_posts/
easily.hexo clean
,hexo g
,hexo s
, and then open your blog and check the content integrity.The text was updated successfully, but these errors were encountered: