mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
fix is_multiline_enabled condition
This commit is contained in:
parent
996e80d043
commit
cf63416e05
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ impl Gemini {
|
|||
m.push(i);
|
||||
}
|
||||
}
|
||||
m.len() % 2 == 0
|
||||
m.is_empty() || m.len() % 2 == 0
|
||||
};
|
||||
|
||||
// Parse gemtext lines
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue