Start on wiring up render_parsed_markdown
This commit is contained in:
parent
d31b53b912
commit
0baa9a782b
2 changed files with 87 additions and 112 deletions
|
@ -66,6 +66,8 @@ impl StringMatch {
|
|||
if end == **next_start {
|
||||
end += self.char_len_at_index(end);
|
||||
positions.next();
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue