Closed lilonghe closed 5 years ago
I believe adding the following configuration will solve your issue:
ignoreCustomComments: [/^\s*more/]
I picked that from hexo-filter-cleanup: https://github.com/mamboer/hexo-filter-cleanup/blob/master/index.js#L21
Will add that to the doc in PR #8
i use it, and
<!--more-->
is ignore ? it's will display all content.