-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
The contents of the excerpt and more can differ from content on render.
This is caused by the excerpt filter being run too early.
Easiest reproducible example:
- create new hexo project
hero serveand open served project- all external links open in new tab
- add
<!--more-->tag to hello-world.md - refresh served project
- all external links do not open in new tab
external_link filter (and possible others) are run after the except filter and only change the content and not the excerpt and more. So the content gets modified after the split.
hexo: 3.3.1
hexo-cli: 1.0.2
node: 6.10.0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working