We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hexo version
Leading spaces in code blocks are not stripped.
Leading spaces in code blocks are stripped.
Render the following lines:
This is a paragraph. ``` This is a code block with 4 spaces at the beginning of each line. ```
Here is a live example on my blog.
Safe mode
Cannot generate pages at all under safe mode.
v20.11.0 10.2.4
hexo-site@0.0.0 D:\GitHub\triplecamera.github.io ├── hexo-generator-archive@2.0.0 ├── hexo-generator-category@2.0.0 ├── hexo-generator-index@3.0.0 ├── hexo-generator-tag@2.0.0 ├── hexo-renderer-ejs@2.0.0 ├── hexo-renderer-pandoc@0.4.0 ├── hexo-renderer-stylus@3.0.1 ├── hexo-server@3.0.0 ├── hexo-theme-next@8.19.1 └── hexo@7.1.1
package.json
See https://github.com/TripleCamera/triplecamera.github.io.
_config.yml
No response
The text was updated successfully, but these errors were encountered:
related code: https://github.com/hexojs/hexo-util/blob/1cf5b21ceeb0d2f9456f9003b9f956c43903d4ff/lib/highlight.ts#L23
hexojs/hexo-renderer-marked@56cc568 Looks like this feature was added ten years ago
Sorry, something went wrong.
Hi, how is everything going?
Cheers! 🎉
Successfully merging a pull request may close this issue.
Check List
hexo version
to check)Expected behavior
Leading spaces in code blocks are not stripped.
Actual behavior
Leading spaces in code blocks are stripped.
How to reproduce?
Render the following lines:
Here is a live example on my blog.
Is the problem still there under
Safe mode
?Cannot generate pages at all under safe mode.
Your Node.js & npm version
Your Hexo and Plugin version
Your
package.json
See https://github.com/TripleCamera/triplecamera.github.io.
Your site's
_config.yml
(Optional)See https://github.com/TripleCamera/triplecamera.github.io.
Others
No response
The text was updated successfully, but these errors were encountered: