mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +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
|
||||
`findknoppix()` method and replace it by `return 0`
|
||||
|
||||
Change
|
||||
Change
|
||||
|
||||
```
|
||||
```
|
||||
# findknoppix devices...
|
||||
findknoppix(){
|
||||
local dev
|
||||
@ -209,9 +209,9 @@ findknoppix(){
|
||||
}
|
||||
```
|
||||
|
||||
into
|
||||
into
|
||||
|
||||
```
|
||||
```
|
||||
# findknoppix devices...
|
||||
findknoppix(){
|
||||
return 0
|
||||
|
Loading…
Reference in New Issue
Block a user