Start on wiring up render_parsed_markdown
This commit is contained in:
@@ -66,6 +66,8 @@ impl StringMatch {
|
||||
if end == **next_start {
|
||||
end += self.char_len_at_index(end);
|
||||
positions.next();
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user