Start on wiring up render_parsed_markdown

This commit is contained in:
Antonio Scandurra 2023-11-24 17:28:59 +01:00
parent d31b53b912
commit 0baa9a782b
2 changed files with 87 additions and 112 deletions

View file

@ -66,6 +66,8 @@ impl StringMatch {
if end == **next_start {
end += self.char_len_at_index(end);
positions.next();
} else {
break;
}
}