Node version(node -v): v7.2.0
Theme: Next.Muse
Hexo and Plugin version(npm ls --depth 0):
[email protected] /Users/wang/Documents/wang/blog
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]
It should show as:
some text here
step 1
sudo dpkg -i chrome.deb
sudo apt-get install -f
step 2
ruby
sudo apt-get install gdebi
Install with gdebi
but it was

@magic3584
When I tried, no particular problems occurred. Do your code same with the following code?
some text here
1. step 1
```
sudo dpkg -i chrome.deb
sudo apt-get install -f
```
2. step 2
```
sudo apt-get install gdebi
```
install with gdebi

yeah, I did. Please see the source markdown source_md and the result page result_page.
It does not show correctly between Google Chrome and dropbox title.
@magic3584
I am watching the code with iphone. Probably the cause of the problem is that there are 5 spaces in your source_md . Please check your markdown file.
@tea3
Sorry to say, the same result.
@magic3584
I checked it with my PC. Delete the space as shown in the image below.

@NoahDragon
If you put a blank line break after the code block, it seems that it can not render well.
Perhaps it is a bug in hexo-renderer-marked.

some text here
1. step 1
```
sudo dpkg -i chrome.deb
sudo apt-get install -f
```
2. step 2
```
sudo apt-get install gdebi
```
install with gdebi
some text here
1. step 1
```
sudo dpkg -i chrome.deb
sudo apt-get install -f
```
2. step 2
```
sudo apt-get install gdebi
```
install with gdebi
@tea3
Code block shows well, but the list doesn't now.
@magic3584
If possible, please display me the updated source_md and result_page .
@tea3
I updated the source_md and result_page.
@magic3584
It seems that you can successfully display it by deleting all the space in the last line below.
1. 命令行
``` ruby
sudo dpkg -i chrome.deb
sudo apt-get install -f
```
This is a rare way of writing, so plug-ins may not be assuming it.
@tea3
Thanks for your patient and detailed help!
@tea3 Thanks for pointing it out, I will check.