mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
fix is_multiline_enabled
condition
This commit is contained in:
parent
996e80d043
commit
cf63416e05
@ -113,7 +113,7 @@ impl Gemini {
|
||||
m.push(i);
|
||||
}
|
||||
}
|
||||
m.len() % 2 == 0
|
||||
m.is_empty() || m.len() % 2 == 0
|
||||
};
|
||||
|
||||
// Parse gemtext lines
|
||||
|
Loading…
x
Reference in New Issue
Block a user