mirror of
https://github.com/YGGverse/ggemtext.git
synced 2026-03-31 09:05:32 +00:00
rename constructor, implement zero-copy trait, remove extra regex parser
This commit is contained in:
parent
1b43f6aeaf
commit
bf4ac4bd27
2 changed files with 44 additions and 14 deletions
|
|
@ -78,7 +78,7 @@ fn gemtext() {
|
|||
}
|
||||
|
||||
// Quote
|
||||
if let Some(result) = Quote::from(line) {
|
||||
if let Some(result) = Quote::parse(line) {
|
||||
quote.push(result);
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue