fixup! 8f3daefd9e69a6457cd20fdbcaa5189734d4e67b
This commit is contained in:
parent
7f540505a8
commit
0d7b19c3d4
1 changed files with 2 additions and 2 deletions
|
@ -254,8 +254,8 @@ impl Block {
|
|||
'`'
|
||||
};
|
||||
let mut c = line.chars();
|
||||
!((&mut c).take((fence_length).into()).all(|c| c == ':')
|
||||
&& c.next().map_or(false, char::is_whitespace))
|
||||
!((&mut c).take((fence_length).into()).all(|c| c == fence)
|
||||
&& c.next().map_or(true, char::is_whitespace))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue