mirror of
https://github.com/mbirth/wiki.git
synced 2024-12-25 23:04:06 +00:00
Fix code block detection.
This commit is contained in:
parent
79f56c6479
commit
fc37b8c294
@ -186,9 +186,9 @@ Then proceed according to [this](http://www.syslinux.org/wiki/index.php?title=WD
|
|||||||
* Find the `# findknoppix devices...` section and delete everything from the
|
* Find the `# findknoppix devices...` section and delete everything from the
|
||||||
`findknoppix()` method and replace it by `return 0`
|
`findknoppix()` method and replace it by `return 0`
|
||||||
|
|
||||||
Change
|
Change
|
||||||
|
|
||||||
```
|
```
|
||||||
# findknoppix devices...
|
# findknoppix devices...
|
||||||
findknoppix(){
|
findknoppix(){
|
||||||
local dev
|
local dev
|
||||||
@ -209,9 +209,9 @@ findknoppix(){
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
into
|
into
|
||||||
|
|
||||||
```
|
```
|
||||||
# findknoppix devices...
|
# findknoppix devices...
|
||||||
findknoppix(){
|
findknoppix(){
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
Reference in New Issue
Block a user