mirror of
https://github.com/YGGverse/ggemtext.git
synced 2026-03-31 17:15:33 +00:00
remove regex dependency, rename constructor, implement Gemtext trait
This commit is contained in:
parent
9d27cdfb49
commit
7802869d0d
2 changed files with 70 additions and 20 deletions
|
|
@ -60,7 +60,7 @@ fn gemtext() {
|
|||
};
|
||||
|
||||
// Header
|
||||
if let Some(result) = Header::from(line) {
|
||||
if let Some(result) = Header::parse(line) {
|
||||
headers.push(result);
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue