fixup! inline: disallow whitespace after/before emph
This commit is contained in:
parent
5827890055
commit
d0084b0d87
1 changed files with 1 additions and 0 deletions
|
@ -408,6 +408,7 @@ impl<I: Iterator<Item = char> + Clone> Parser<I> {
|
|||
{
|
||||
return None;
|
||||
}
|
||||
|
||||
let (d, e) = self.openers[o];
|
||||
let e_attr = e;
|
||||
let e_opener = e + 1;
|
||||
|
|
Loading…
Reference in a new issue