-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Labels
Description
Check List
- I have already read Docs page & Troubleshooting page.
- I have already searched existing issues and they are not help to me.
- I examined error or warning messages and it's difficult to solve.
- I am using the latest version of Hexo. (run
hexo versionto check) - My Node.js is matched the required version.
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:
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.
Is the problem still there under Safe mode?
Cannot generate pages at all under safe mode.
Your Node.js & npm version
v20.11.0
10.2.4
Your Hexo and Plugin version
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
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
Reactions are currently unavailable