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
Using hexo.render.renderSync, Tag Plugins are not resolved #4713
Comments
|
This issue has been automatically marked as stale because lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
Thanks for reopening the issue... What I've mentioned, that code blocks in the content are also not converted through my configured highlight.js Is there any chance to get a solution or an hint how to achieve my goal? |
|
For example, Lines 403 to 418 in 00bcce5
However, the processing of code blocks and tag plugins are as follows, from line 362 to 425: Lines 362 to 425 in 00bcce5
In other words, |
Check List
hexo versionto check)Question
I have created a generator, which loads extra Markdown content while processing. Beside parsing the Frontmatter, it renders the content with
renderSync:Works like charm ... but tag plugins contained in the content (which are working properly in pages/posts) are not resolved.
Code: https://github.com/kristofzerbe/hexo-generator-anything/blob/main/lib/generator.js
Environment & Settings
Node.js & npm version
Hexo and Plugin version(
npm ls --depth 0)Your package.json
package.jsonThe text was updated successfully, but these errors were encountered: